Skip to content

Commit 17403ea

Browse files
authored
Merge pull request #176 from BioAnalyticResource/fix/deploy-staging-trigger
fix: trigger deploy on staging instead of staging-debug
2 parents 1d341f6 + 44c8c62 commit 17403ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy
22
on:
33
push:
44
branches:
5-
- staging-debug
5+
- staging
66

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)