Skip to content

Commit 5b2e634

Browse files
authored
Update branch name
1 parent 9a6bafa commit 5b2e634

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: Release Drafter
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77

88
jobs:
99
update_release_draft:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: release-drafter/release-drafter@v5
1313
env:
14-
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
14+
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)