Skip to content

Commit

Permalink
Temporarily publish snapshots from branch
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Nov 14, 2022
1 parent 3e62413 commit 4f56612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
name: Publish Snapshot Artifacts
needs: linux
runs-on: ubuntu-latest
if: github.event_name == 'push' && github.repository == 'junit-team/junit5' && (startsWith(github.ref, 'refs/heads/releases/') || github.ref == 'refs/heads/main')
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')
steps:
- name: Check out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 4f56612

Please sign in to comment.