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 4433af9 commit 5140c5bCopy full SHA for 5140c5b
.github/workflows/finalize-release.yml
@@ -17,7 +17,7 @@ on:
17
18
jobs:
19
finalize-release:
20
- if: (github.event_name == "pull_request" && github.event.pull_request.merged == true) || github.event_name == 'workflow_dispatch'
+ if: (github.event_name == 'pull_request' && github.event.pull_request.merged == true) || github.event_name == 'workflow_dispatch'
21
runs-on: ubuntu-latest
22
steps:
23
- name: Determine ref
0 commit comments