mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
merge: Update workflow organization and environments (#971)
* chore: only run update directory on `master` * chore: move codespell to CI workflow * chore: remove codespell workflow(moved) * chore: listen for `push` only on `master` * chore: remove `pull_request` type params
This commit is contained in:
5
.github/workflows/UpdateDirectory.yml
vendored
5
.github/workflows/UpdateDirectory.yml
vendored
@@ -1,7 +1,10 @@
|
||||
# This GitHub Action updates the DIRECTORY.md file (if needed) when doing a git push
|
||||
name: Update Directory
|
||||
|
||||
on: [push]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
updateDirectory:
|
||||
|
||||
Reference in New Issue
Block a user