Skip to content

Commit 0af1ea7

Browse files
authored
Update release_drafter.yml
1 parent a8ac363 commit 0af1ea7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_drafter.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

99
jobs:
1010
update_release_draft:
@@ -16,4 +16,4 @@ jobs:
1616
# (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml
1717
config-name: release_drafter_config.yml
1818
env:
19-
GITHUB_TOKEN: ${{ secrets.CI_USER_PAT }}
19+
GITHUB_TOKEN: ${{ secrets.CI_USER_PAT }}

0 commit comments

Comments
 (0)