Skip to content

Commit

Permalink
ci: update branch name for release draft action
Browse files Browse the repository at this point in the history
  • Loading branch information
mirestrepo authored Jun 11, 2021
1 parent 7aae55d commit 23bb328
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,7 +4,7 @@ on:
push:
# branches to consider in the event; optional, defaults to all
branches:
- master
- main

jobs:
update_release_draft:
Expand All @@ -14,4 +14,4 @@ jobs:
- uses: release-drafter/release-drafter@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


0 comments on commit 23bb328

Please sign in to comment.