Skip to content

Commit

Permalink
chore: don't run Release drafter on PRs (#643)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Oct 15, 2021
1 parent 4f356f3 commit 61574dd
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ name: Release Drafter
on:
push:
branches:
- master
- main
# pull_request event is required only for autolabeler
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]

jobs:
update_release_draft:
Expand Down

0 comments on commit 61574dd

Please sign in to comment.