Skip to content

Commit f882137

Browse files
authored
Merge pull request #24 from techstartucalgary/add-trigger-condition-for-CI-backend
add trigger condition for CI backend
2 parents ad4f0d8 + d809de8 commit f882137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: CI - Build Backend
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, backend]
66
paths:
77
- 'shatter-backend/**'
88

99
pull_request:
10-
branches: [main]
10+
branches: [main, backend]
1111
paths:
1212
- 'shatter-backend/**'
1313

0 commit comments

Comments
 (0)