Skip to content

Commit a99ca6e

Browse files
committed
Add conditional trigger for backend workflow
1 parent 9794eaf commit a99ca6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Deploy Backend Services
33
on:
44
push:
55
branches: [ 'main' ]
6+
paths: [ 'services/match/**', 'services/question/**', 'services/user/**' ]
67

78
# Allows you to run this workflow manually from the Actions tab
89
workflow_dispatch:

0 commit comments

Comments
 (0)