We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28a990 commit 6a2d6d6Copy full SHA for 6a2d6d6
1 file changed
.github/workflows/release.yml
@@ -12,7 +12,7 @@ on:
12
jobs:
13
release:
14
if: |
15
- github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'Type: Release')
+ (github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'Type: Release')) || github.event_name == 'workflow_dispatch'
16
permissions:
17
contents: write
18
id-token: write # OIDC
0 commit comments