Skip to content

Commit 0decb11

Browse files
Merge pull request #120 from cortexapps/119-modify-publish-workflow-to-support-new-paths
Fix paths #major (should result in 1.0.0 getting published).
2 parents cfc770d + 871ce6a commit 0decb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches:
66
- main
77
paths:
8-
- 'cortexapps_cli/cortex.py'
8+
- 'cortexapps_cli/**'
99
- '.github/workflows/publish.yml'
1010

1111
env:

0 commit comments

Comments
 (0)