We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0b9c7 commit 9d3f692Copy full SHA for 9d3f692
.github/workflows/release.yml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
release:
9
name: Release (${{ github.event.workflow_run.head_commit.id }})
10
- if: ${{ github.ref_name == 'main' && github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'Data-Only-Greater'}}
+ if: ${{ github.event.workflow_run.head_branch == 'main' && github.event.workflow_run.conclusion == 'success' && github.repository_owner == 'Data-Only-Greater'}}
11
runs-on: ubuntu-latest
12
steps:
13
- name: Checkout
0 commit comments