Skip to content

Commit aaa6e3b

Browse files
committed
fix: change default branch name in workflow to 'main' (main)
1 parent bd5c5f0 commit aaa6e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/prepare_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
generate-pr:
1717
runs-on: ubuntu-latest
18-
if: github.ref == 'refs/heads/master'
18+
if: github.ref == 'refs/heads/main'
1919

2020
steps:
2121
- name: Checkout

0 commit comments

Comments
 (0)