mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 16:21:00 -05:00
fixing overkill
This commit is contained in:
parent
4dd9971b1e
commit
3aa13fea56
1 changed files with 4 additions and 1 deletions
5
.github/workflows/stack-linter.yml
vendored
5
.github/workflows/stack-linter.yml
vendored
|
@ -13,7 +13,10 @@
|
|||
#############################
|
||||
# Start the job on all push #
|
||||
#############################
|
||||
on: ["push"]
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'master'
|
||||
|
||||
###############
|
||||
# Set the Job #
|
||||
|
|
Loading…
Reference in a new issue