mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 16:51:05 -05:00
workflows/stack-linter: only build master branch.
This commit is contained in:
parent
f532456430
commit
f1e46e8e76
1 changed files with 1 additions and 2 deletions
3
.github/workflows/stack-linter.yml
vendored
3
.github/workflows/stack-linter.yml
vendored
|
@ -15,8 +15,7 @@
|
||||||
#############################
|
#############################
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches-ignore:
|
branches: master
|
||||||
- 'master'
|
|
||||||
pull_request: []
|
pull_request: []
|
||||||
|
|
||||||
###############
|
###############
|
||||||
|
|
Loading…
Reference in a new issue