Skip to content

Commit

Permalink
temporarily deploy with push to the PR’s branch
Browse files Browse the repository at this point in the history
Allow for testing
  • Loading branch information
elrayle committed Jan 23, 2024
1 parent 75c167f commit 9bb85f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_and_deploy_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ name: Build and Deploy to dev service app

on:
workflow_dispatch:
# push:
# branches: [master]
push:
# branches: [master]
branches: [elr/gh-action-dev-deploy]

env:
AZURE_WEBAPP_NAME: clearlydefined-api-dev
Expand Down

0 comments on commit 9bb85f4

Please sign in to comment.