From cc34d9569a9ef1ae5d42dac82601cef44b3b67d2 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Fri, 8 Nov 2019 08:39:18 -0600 Subject: [PATCH] fix order --- .github/workflows/deploy.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dc6c92c1..ce7eed1f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 #