We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e62413 commit 5b3c156Copy full SHA for 5b3c156
.github/workflows/main.yml
@@ -69,7 +69,6 @@ jobs:
69
name: Publish Snapshot Artifacts
70
needs: linux
71
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')
73
steps:
74
- name: Check out repository
75
uses: actions/checkout@v3
0 commit comments