Skip to content

Commit 17b275f

Browse files
authored
Merge pull request #5 from zkarpinski/zkarpinski-patch-1
Update draft-release.yml
2 parents 681643f + 609d144 commit 17b275f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/draft-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
# branches to consider in the event; optional, defaults to all
66
branches:
7-
- master
7+
- main
88
# pull_request event is required only for autolabeler
99
pull_request:
1010
# Only following types are handled by the action, but one can default to all as well
@@ -33,4 +33,4 @@ jobs:
3333
config-name: release-drafter-config.yml
3434
# disable-autolabeler: true
3535
env:
36-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)