Skip to content

Commit

Permalink
run release draft in dev for now too.
Browse files Browse the repository at this point in the history
  • Loading branch information
lalmei committed Nov 30, 2024
1 parent ce88cfb commit 9821d0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
# branches to consider in the event; optional, defaults to all
branches:
- main
- dev
# 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
Expand Down Expand Up @@ -38,4 +39,4 @@ jobs:
config-name: release_draft.yml
# disable-autolabeler: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 9821d0b

Please sign in to comment.