We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5443f5 commit fffa2f7Copy full SHA for fffa2f7
1 file changed
.github/workflows/draft.yml
@@ -3,7 +3,7 @@ name: Release Drafter
3
on:
4
push:
5
branches:
6
- - main
+ - master
7
8
pull_request:
9
types: [opened, reopened, synchronize]
@@ -22,5 +22,7 @@ jobs:
22
pull-requests: write
23
steps:
24
- uses: release-drafter/release-drafter@v7.1.1
25
+ with:
26
+ disable-releaser: ${{ github.event_name == 'pull_request' }}
27
env:
28
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments