mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-25 23:51:07 -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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches-ignore: [master]
|
||||||
- 'master'
|
pull_request:
|
||||||
pull_request: []
|
branches-ignore: []
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# Set the Job #
|
# Set the Job #
|
||||||
|
|
5
.github/workflows/stack-linter.yml
vendored
5
.github/workflows/stack-linter.yml
vendored
|
@ -15,8 +15,9 @@
|
||||||
#############################
|
#############################
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: master
|
branches: [master]
|
||||||
pull_request: []
|
pull_request:
|
||||||
|
branches-ignore: []
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# Set the Job #
|
# Set the Job #
|
||||||
|
|
Loading…
Reference in a new issue