We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe47d99 commit 62515bdCopy full SHA for 62515bd
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ on:
4
pull_request:
5
push:
6
branches:
7
- - 'main'
+ - 'master'
8
9
concurrency:
10
group: ${{ github.event_name }}-${{ github.ref }}
.github/workflows/release-drafter.yml
@@ -3,7 +3,7 @@ name: Release Drafter
3
on:
- - main
+ - master
jobs:
update_release_draft:
0 commit comments