Merge pull request #65 from github/UpdateDoc

Update doc to only push non master
This commit is contained in:
Lukas Gravley 2020-03-03 12:14:40 -06:00 committed by GitHub
commit e167478aba
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 #