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:
165
165
generate_release_notes : true
166
166
167
167
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 '
169
169
runs-on : ubuntu-latest
170
170
needs : [build, test]
171
171
steps :
@@ -187,7 +187,7 @@ jobs:
187
187
node-version : ' 20'
188
188
189
189
- 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'
191
191
run : |
192
192
echo "=== TESTING RELEASE PUBLISHING (DRY RUN) ==="
193
193
echo "Would create a GitHub release with the following files:"
You can’t perform that action at this time.
0 commit comments