We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa126e7 commit 4c87bd7Copy full SHA for 4c87bd7
.github/workflows/master-snapshot-release.yml
@@ -1,4 +1,7 @@
1
name: Test & Release Snapshot to Maven Central
2
+concurrency:
3
+ group: ${{ github.ref }}-${{ github.workflow }}
4
+ cancel-in-progress: true
5
on:
6
push:
7
branches: [ master ]
.github/workflows/pr.yml
name: Verify Pull Request
pull_request:
0 commit comments