Skip to content
This repository was archived by the owner on Mar 17, 2024. It is now read-only.

Commit 60e497c

Browse files
committed
fix for default branch to main
1 parent c5f2aff commit 60e497c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-management.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ 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_draft_release:
1111
runs-on: ubuntu-latest
1212
steps:
13-
# Drafts your next Release notes as Pull Requests are merged into "master"
13+
# Drafts your next Release notes as Pull Requests are merged into "main"
1414
- uses: toolmantim/release-drafter@v5.2.0
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)