We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd5c5f0 commit aaa6e3bCopy full SHA for aaa6e3b
1 file changed
.github/workflows/prepare_release.yml
@@ -15,7 +15,7 @@ on:
15
jobs:
16
generate-pr:
17
runs-on: ubuntu-latest
18
- if: github.ref == 'refs/heads/master'
+ if: github.ref == 'refs/heads/main'
19
20
steps:
21
- name: Checkout
0 commit comments