mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 10:10:56 -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 #
|
# Start the job on all push to master #
|
||||||
#######################################
|
#######################################
|
||||||
on: ["push"]
|
on:
|
||||||
# Only run when the push is on master
|
push:
|
||||||
branches:
|
# Only run when the push is on master
|
||||||
- master
|
branches:
|
||||||
|
- 'master'
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# Set the Job #
|
# Set the Job #
|
||||||
|
|
Loading…
Reference in a new issue