mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 06:01:05 -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 #
|
# Start the job on all push #
|
||||||
#############################
|
#############################
|
||||||
on: ['push']
|
on:
|
||||||
|
push:
|
||||||
|
branches-ignore:
|
||||||
|
- 'master'
|
||||||
|
|
||||||
###############
|
###############
|
||||||
# Set the Job #
|
# Set the Job #
|
||||||
|
|
Loading…
Reference in a new issue