Skip to content

Commit b8cbec8

Browse files
committed
[Java] Remove reopened pull request event from triggering the build
1 parent cad9f89 commit b8cbec8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- master
66
pull_request:
7-
types: [opened, synchronize, reopened]
7+
types: [opened, synchronize]
88
branches:
99
- master
1010

0 commit comments

Comments
 (0)