Skip to content

Commit

Permalink
build: trigger release drafter on push again
Browse files Browse the repository at this point in the history
  • Loading branch information
matfax authored Sep 14, 2020
1 parent 4b0ff5a commit 6f0a675
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
name: draft release

on:
pull_request_target:
push:
branches:
- master
types:
- closed
- labeled
- unlabeled

jobs:
update:
runs-on: ubuntu-latest
if: github.event.pull_request.merged_by != ''
steps:
- uses: release-drafter/[email protected]
env:
Expand Down

0 comments on commit 6f0a675

Please sign in to comment.