Skip to content

Commit d09875c

Browse files
committed
Run builds only on push to master and pull requests
1 parent 1fef530 commit d09875c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.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+
push:
20+
branches:
21+
- 'master'
22+
pull_request: {}
1923

2024
permissions:
2125
contents: read

0 commit comments

Comments
 (0)