Skip to content

Commit

Permalink
HAI-1843 Trigger branch name fix (#392)
Browse files Browse the repository at this point in the history
Trigger branch name fix from main to dev. Expected functionality is that a code change to dev should automatically trigger the pipeline and deploy to dev and test.
  • Loading branch information
pitkni authored Aug 23, 2023
1 parent 3c36dff commit 72fa279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines-build-hanke-service-devtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ trigger:
batch: true
branches:
include:
- main
- dev
paths:
exclude:
- README.md
Expand Down

0 comments on commit 72fa279

Please sign in to comment.