Skip to content

Commit c926967

Browse files
committed
Merge branch 'main' into backend
2 parents 08862be + f882137 commit c926967

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)