From 43d01148233f5f2c4851e21f490388e19e791f2b Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Wed, 31 Jan 2024 14:29:24 -0500 Subject: [PATCH] Trigger on push to master Removes the temporary trigger to deploy on the PR branch. --- .github/workflows/build_and_deploy_dev.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_and_deploy_dev.yml b/.github/workflows/build_and_deploy_dev.yml index 13b1c5f75..5b0a61d30 100644 --- a/.github/workflows/build_and_deploy_dev.yml +++ b/.github/workflows/build_and_deploy_dev.yml @@ -7,8 +7,7 @@ name: Build and Deploy to dev service app on: workflow_dispatch: push: - branches: [elr/gh-action-dev-deploy] - # branches: [master] + branches: [master] # There are secrets and environment variables that need to be set that control what is pushed to # ghcr and Azure.