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 #