mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 08:41:02 -05:00
Only trigger stack-linter push on main branch
Signed-off-by: Brett Logan <lindluni@github.com>
This commit is contained in:
parent
cedda7c156
commit
70ee796f4c
1 changed files with 2 additions and 0 deletions
2
.github/workflows/stack-linter.yml
vendored
2
.github/workflows/stack-linter.yml
vendored
|
@ -17,6 +17,8 @@ name: Stack Linter
|
|||
#############################
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
|
||||
###############
|
||||
|
|
Loading…
Reference in a new issue