Skip to content

Commit 862b5bd

Browse files
committed
Include collab in backend workflow
1 parent d4358d4 commit 862b5bd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/backend.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ name: Deploy Backend Services
33
on:
44
push:
55
branches: [ 'main' ]
6-
paths: [ 'services/match/**', 'services/question/**', 'services/user/**' ]
6+
paths: [
7+
'services/question/**',
8+
'services/user/**',
9+
'services/match/**',
10+
'services/collaboration/**',
11+
]
712

813
# Allows you to run this workflow manually from the Actions tab
914
workflow_dispatch:
@@ -24,7 +29,7 @@ jobs:
2429

2530
strategy:
2631
matrix:
27-
service: [ 'match', 'question', 'user' ]
32+
service: [ 'question', 'user', 'match', 'collaboration' ]
2833

2934
steps:
3035
- name: Checkout

0 commit comments

Comments
 (0)