File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,13 @@ name: Publish Release
22on :
33 release :
44 types : [created]
5- tags-ignore :
6- - ' latest'
75jobs :
86 generate :
97 name : Create release-artifacts
108 # See: https://help.github.com/en/actions/reference/contexts-and-expression-syntax-for-github-actions#github-context
119 # https://help.github.com/en/actions/configuring-and-managing-workflows/using-environment-variables#default-environment-variables
12- if : github.repository == 'BimberLab/DiscvrLabKeyModules'
10+ # Note: 'latest' is a tag created by branch_latest.yml, which is the latest development build. This should not trigger normal releases.
11+ if : github.repository == 'BimberLab/DiscvrLabKeyModules' && github.ref != 'refs/tags/latest'
1312 runs-on : ubuntu-latest
1413 steps :
1514 - name : " Build DISCVR"
You can’t perform that action at this time.
0 commit comments