mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
Update doc to only push non master
This commit is contained in:
parent
f19e2b71da
commit
091adf510a
1 changed files with 4 additions and 1 deletions
|
@ -45,7 +45,10 @@ name: Lint Code Base
|
|||
#############################
|
||||
# Start the job on all push #
|
||||
#############################
|
||||
on: ['push']
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'master'
|
||||
|
||||
###############
|
||||
# Set the Job #
|
||||
|
|
Loading…
Reference in a new issue