Skip to content

Commit 07ffaeb

Browse files
committed
updated maven workflow to run actions on main branch on push as well as pr
1 parent b2ce1f1 commit 07ffaeb

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
@@ -11,9 +11,13 @@ name: Java CI with Maven
1111
on:
1212
push:
1313
branches:
14-
- master
14+
- main
1515
- issue-*
1616

17+
pull_request:
18+
branches:
19+
- main
20+
1721
permissions:
1822
statuses: write
1923
checks: write

0 commit comments

Comments
 (0)