Skip to content

Commit a95e996

Browse files
committed
Avoids duplicated builds on push
1 parent 5829dae commit a95e996

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@
1515

1616
name: Java CI
1717

18-
on: [push, pull_request]
18+
on:
19+
pull_request:
20+
push:
21+
branches:
22+
- master
1923

2024
jobs:
2125
build:

0 commit comments

Comments
 (0)