Skip to content

Commit

Permalink
Include collab in backend workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelim01 committed Nov 1, 2024
1 parent d4358d4 commit 862b5bd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,12 @@ name: Deploy Backend Services
on:
push:
branches: [ 'main' ]
paths: [ 'services/match/**', 'services/question/**', 'services/user/**' ]
paths: [
'services/question/**',
'services/user/**',
'services/match/**',
'services/collaboration/**',
]

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

strategy:
matrix:
service: [ 'match', 'question', 'user' ]
service: [ 'question', 'user', 'match', 'collaboration' ]

steps:
- name: Checkout
Expand Down

0 comments on commit 862b5bd

Please sign in to comment.