mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 10:33:37 -05:00
fix order
This commit is contained in:
parent
9db50dd6fc
commit
cc34d9569a
1 changed files with 5 additions and 4 deletions
9
.github/workflows/deploy.yml
vendored
9
.github/workflows/deploy.yml
vendored
|
@ -13,10 +13,11 @@
|
|||
#######################################
|
||||
# Start the job on all push to master #
|
||||
#######################################
|
||||
on: ["push"]
|
||||
# Only run when the push is on master
|
||||
branches:
|
||||
- master
|
||||
on:
|
||||
push:
|
||||
# Only run when the push is on master
|
||||
branches:
|
||||
- 'master'
|
||||
|
||||
###############
|
||||
# Set the Job #
|
||||
|
|
Loading…
Reference in a new issue