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 44d4134 commit 0877964Copy full SHA for 0877964
1 file changed
.github/workflows/maven-build.yml
@@ -1,7 +1,9 @@
1
name: Build & Check
2
3
on:
4
- - push
+ push:
5
+ branches:
6
+ - master
7
8
concurrency:
9
group: ${{ github.workflow }}-${{ github.ref }}
0 commit comments