Skip to content

Commit c597e6e

Browse files
remove types opened/synchronize from under pull_request workflow dispatch
1 parent 0af0104 commit c597e6e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,7 @@ on:
55
- main
66
tags:
77
- 'v[0-9]+.[0-9]+.[0-9]+*' # match basic semver tags
8-
pull_request:
9-
types:
10-
- opened
11-
- synchronize
8+
pull_request:
129
branches:
1310
- main
1411
- 'release-*'

0 commit comments

Comments
 (0)