fix order

This commit is contained in:
Lucas Gravley 2019-11-08 08:39:18 -06:00
parent 9db50dd6fc
commit cc34d9569a

View file

@ -13,10 +13,11 @@
####################################### #######################################
# Start the job on all push to master # # Start the job on all push to master #
####################################### #######################################
on: ["push"] on:
# Only run when the push is on master push:
branches: # Only run when the push is on master
- master branches:
- 'master'
############### ###############
# Set the Job # # Set the Job #