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.
workflow_dispatch
1 parent 88c2165 commit 9bfece4Copy full SHA for 9bfece4
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
11
release:
12
runs-on: ubuntu-latest
13
name: release
14
- if: ${{github.event.pull_request.merged == true}}
+ if: ${{ github.event.pull_request.merged == true || github.event_name == 'workflow_dispatch' }}
15
16
steps:
17
- uses: radcortez/project-metadata-action@main
0 commit comments