Update doc to only push non master

This commit is contained in:
Lukas Gravley 2020-03-03 12:07:43 -06:00 committed by GitHub
parent f19e2b71da
commit 091adf510a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 #