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 #
#######################################
on: ["push"]
# Only run when the push is on master
branches:
- master
on:
push:
# Only run when the push is on master
branches:
- 'master'
###############
# Set the Job #