Commit 6d520e301a25582522ae86e74d9da5c440a076e2
Committed by
GitHub
1 parent
57447d97
Update gitee-mirro.yml
Showing
1 changed file
with
4 additions
and
2 deletions
.github/workflows/gitee-mirro.yml
| ... | ... | @@ -4,9 +4,11 @@ name: gitee-mirror<sync2gitee.com> |
| 4 | 4 | |
| 5 | 5 | # Controls when the action will run. Triggers the workflow on push or pull request |
| 6 | 6 | # events but only for the master branch |
| 7 | -on:push | |
| 7 | +on: | |
| 8 | + push: | |
| 9 | + branches: | |
| 10 | + - '*' | |
| 8 | 11 | |
| 9 | -# A workflow run is made up of one or more jobs that can run sequentially or in parallel | |
| 10 | 12 | jobs: |
| 11 | 13 | # This workflow contains a single job called "build" |
| 12 | 14 | build: | ... | ... |