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
88
99on :
1010 push :
11- branches : [ master , develop ]
11+ branches : [ main , develop ]
1212 pull_request :
13- branches : [ master , develop ]
13+ branches : [ main , develop ]
1414 release :
1515 types : [published]
1616 repository_dispatch :
@@ -336,7 +336,7 @@ jobs:
336336 - name : Generate post-release tag based on Nipype and Nipype2Pydra versions
337337 id : post_release_tag
338338 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)")
340340 echo "TAG=${{ steps.latest_tag.outputs.TAG }}post${POST}" >> $GITHUB_OUTPUT
341341
342342 - name : Add auto directory to git repo
You can’t perform that action at this time.
0 commit comments