Skip to content

Commit 6fb9f6f

Browse files
committed
fix(releases): remove pr hook
1 parent edc0d1e commit 6fb9f6f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ on:
44
branches:
55
- 'main'
66

7-
# pull_request event is required only for autolabeler
8-
pull_request:
9-
# Only following types are handled by the action, but one can default to all as well
10-
types: [opened, reopened, synchronize]
11-
# pull_request_target event is required for autolabeler to support PRs from forks
12-
pull_request_target:
13-
types: [opened, reopened, synchronize]
14-
157
permissions:
168
contents: read
179

0 commit comments

Comments
 (0)