Skip to content

Commit

Permalink
Use correct branch for release-drafter GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
bpepple committed Jul 28, 2024
1 parent eb5ae6d commit f5fa120
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- main
# pull_request event is required only for autolabeler
- master
# pull_request event is required only for auto labeler
pull_request:
# Only following types are handled by the action, but one can default to all as well
types: [opened, reopened, synchronize]
Expand Down

0 comments on commit f5fa120

Please sign in to comment.