Skip to content

Commit 21260e5

Browse files
authored
Merge pull request #88 from lbl-cbg/bug/deploy_trigger
Fix deploy trigger
2 parents 8a6f8d6 + d2ab1f7 commit 21260e5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/jamo-deploy.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,12 @@ name: Build and Deploy
22

33
on:
44
push:
5-
branches: [ main, master ]
5+
branches: [ main ]
66
paths:
7-
- "data_management/jamo/jamo"
8-
- "data_management/jamo/jat"
9-
- "data_management/jamo/lapinpy"
10-
- "data_management/jamo/sdm-common"
11-
# Add your specific subdirectories here
7+
- "data_management/jamo/jamo/**"
8+
- "data_management/jamo/jat/**"
9+
- "data_management/jamo/lapinpy/**"
10+
- "data_management/jamo/sdm-common/**"
1211

1312
jobs:
1413
deploy-container:

0 commit comments

Comments
 (0)