Skip to content

Commit 0877964

Browse files
committed
only build on master branch
1 parent 44d4134 commit 0877964

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/maven-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Build & Check
22

33
on:
4-
- push
4+
push:
5+
branches:
6+
- master
57

68
concurrency:
79
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)