File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165165 generate_release_notes : true
166166
167167 test-publish :
168- if : github.event_name == 'workflow_dispatch' && github.event.inputs.test_mode != 'none'
168+ if : ( github.event_name == 'workflow_dispatch' && github.event.inputs.test_mode != 'none') || github.ref == 'refs/heads/fabisev/artifact-publishing '
169169 runs-on : ubuntu-latest
170170 needs : [build, test]
171171 steps :
@@ -187,7 +187,7 @@ jobs:
187187 node-version : ' 20'
188188
189189 - name : Test Release Publishing
190- if : github.event.inputs.test_mode == 'release'
190+ if : github.event.inputs.test_mode == 'release' || github.ref == 'refs/heads/fabisev/artifact-publishing'
191191 run : |
192192 echo "=== TESTING RELEASE PUBLISHING (DRY RUN) ==="
193193 echo "Would create a GitHub release with the following files:"
You can’t perform that action at this time.
0 commit comments