Skip to content

Commit

Permalink
Trigger on push to master
Browse files Browse the repository at this point in the history
Removes the temporary trigger to deploy on the PR branch.
  • Loading branch information
elrayle committed Jan 31, 2024
1 parent 2b273f6 commit 43d0114
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_and_deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 43d0114

Please sign in to comment.