mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 01:05:54 -05:00
yaml adjustments
This commit is contained in:
parent
1d91e2604f
commit
1cfe0d5679
2 changed files with 6 additions and 5 deletions
6
.github/workflows/deploy-DEV.yml
vendored
6
.github/workflows/deploy-DEV.yml
vendored
|
@ -18,9 +18,9 @@
|
|||
#############################
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'master'
|
||||
pull_request: []
|
||||
branches-ignore: [master]
|
||||
pull_request:
|
||||
branches-ignore: []
|
||||
|
||||
###############
|
||||
# Set the Job #
|
||||
|
|
5
.github/workflows/stack-linter.yml
vendored
5
.github/workflows/stack-linter.yml
vendored
|
@ -15,8 +15,9 @@
|
|||
#############################
|
||||
on:
|
||||
push:
|
||||
branches: master
|
||||
pull_request: []
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches-ignore: []
|
||||
|
||||
###############
|
||||
# Set the Job #
|
||||
|
|
Loading…
Reference in a new issue