Skip to content

Commit

Permalink
Fix PR deploy branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mallport committed Dec 4, 2024
1 parent 86887cf commit 5b40d46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-deploy-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ on:
release:
types: [ published ]
pull_request: ## ONLY FOR TESTING, SHOULD BE REMOVED AFTER DEPLOY PR IS MERGED
branches: [nais-deploy]
branches:
- master
push:
branches:
- master
Expand Down

0 comments on commit 5b40d46

Please sign in to comment.