Skip to content

Commit 7076524

Browse files
authored
Merge pull request #172 from BioAnalyticResource/update-deployment-yaml-for-debug
Fixed deployment file to deploy on push to debug branch
2 parents b3a7e7d + 0ae938d commit 7076524

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Build
22
on:
33
push:
44
branches-ignore:
5-
- debug-staging
5+
- main
6+
- staging
7+
- staging-debug
68
pull_request:
79
jobs:
810
build:

.github/workflows/deploy.yml

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

87
permissions:
98
contents: read

0 commit comments

Comments
 (0)