Skip to content

Commit 6f0a675

Browse files
authored
build: trigger release drafter on push again
1 parent 4b0ff5a commit 6f0a675

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release-drafter.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
name: draft release
22

33
on:
4-
pull_request_target:
4+
push:
55
branches:
66
- master
7-
types:
8-
- closed
9-
- labeled
10-
- unlabeled
117

128
jobs:
139
update:
1410
runs-on: ubuntu-latest
15-
if: github.event.pull_request.merged_by != ''
1611
steps:
1712
- uses: release-drafter/[email protected]
1813
env:

0 commit comments

Comments
 (0)