File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ name: CI/CD
8
8
9
9
on :
10
10
push :
11
- branches : [ master , develop ]
11
+ branches : [ main , develop ]
12
12
pull_request :
13
- branches : [ master , develop ]
13
+ branches : [ main , develop ]
14
14
release :
15
15
types : [published]
16
16
repository_dispatch :
@@ -336,7 +336,7 @@ jobs:
336
336
- name : Generate post-release tag based on Nipype and Nipype2Pydra versions
337
337
id : post_release_tag
338
338
run : |
339
- POST=$(python -c "from pydra.tasks.fsl.auto._version import *; print(post_release)")
339
+ POST=$(python -c "from pydra.tasks.fsl.auto._post_release import *; print(post_release)")
340
340
echo "TAG=${{ steps.latest_tag.outputs.TAG }}post${POST}" >> $GITHUB_OUTPUT
341
341
342
342
- name : Add auto directory to git repo
You can’t perform that action at this time.
0 commit comments