We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 681643f commit 609d144Copy full SHA for 609d144
1 file changed
.github/workflows/draft-release.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
# branches to consider in the event; optional, defaults to all
6
branches:
7
- - master
+ - main
8
# pull_request event is required only for autolabeler
9
pull_request:
10
# Only following types are handled by the action, but one can default to all as well
@@ -33,4 +33,4 @@ jobs:
33
config-name: release-drafter-config.yml
34
# disable-autolabeler: true
35
env:
36
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments