fixing overkill

This commit is contained in:
Lucas Gravley 2019-11-08 09:17:10 -06:00
parent 4dd9971b1e
commit 3aa13fea56

View file

@ -13,7 +13,10 @@
############################# #############################
# 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 #