We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4358d4 commit 862b5bdCopy full SHA for 862b5bd
.github/workflows/backend.yml
@@ -3,7 +3,12 @@ name: Deploy Backend Services
3
on:
4
push:
5
branches: [ 'main' ]
6
- paths: [ 'services/match/**', 'services/question/**', 'services/user/**' ]
+ paths: [
7
+ 'services/question/**',
8
+ 'services/user/**',
9
+ 'services/match/**',
10
+ 'services/collaboration/**',
11
+ ]
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
@@ -24,7 +29,7 @@ jobs:
24
29
25
30
strategy:
26
31
matrix:
27
- service: [ 'match', 'question', 'user' ]
32
+ service: [ 'question', 'user', 'match', 'collaboration' ]
28
33
34
steps:
35
- name: Checkout
0 commit comments