Skip to content

Commit 4f56612

Browse files
committed
Temporarily publish snapshots from branch
1 parent 3e62413 commit 4f56612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
name: Publish Snapshot Artifacts
7070
needs: linux
7171
runs-on: ubuntu-latest
72-
if: github.event_name == 'push' && github.repository == 'junit-team/junit5' && (startsWith(github.ref, 'refs/heads/releases/') || github.ref == 'refs/heads/main')
72+
if: github.event_name == 'push' && github.repository == 'junit-team/junit5' && (startsWith(github.ref, 'refs/heads/releases/') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/marc/launcher-interceptor')
7373
steps:
7474
- name: Check out repository
7575
uses: actions/checkout@v3

0 commit comments

Comments
 (0)