Skip to content

Commit 1e5f43a

Browse files
committed
Fix CI: run workflow on master branch
1 parent 8930e27 commit 1e5f43a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Java CI
22

33
on:
44
pull_request:
5-
branches: [ "main" ]
5+
branches: [ "master" ]
66

77
jobs:
88
build:

0 commit comments

Comments
 (0)