Skip to content

Commit ac64201

Browse files
committed
Update GitHub Actions to trigger on PR events
- Added explicit PR event types: opened, synchronize, reopened - Ensures checks run when PRs are created or updated
1 parent e05a689 commit ac64201

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
types: [opened, synchronize, reopened]
89

910
jobs:
1011
build:

0 commit comments

Comments
 (0)