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 b8d0af8 commit 5578e4bCopy full SHA for 5578e4b
.github/workflows/merge-release-to-network.yml
@@ -17,7 +17,7 @@ permissions:
17
jobs:
18
merge-release-to-network:
19
runs-on: ubuntu-latest
20
- if: (github.event.pull_request.merged == true) && (${{ contains(github.head_ref, 'deploy') }})
+ if: ${{ github.event.pull_request.merged == true && (contains(github.head_ref, 'deploy') || contains(github.ref_name, 'deploy')) }}
21
steps:
22
- name: Set Env
23
run: |
0 commit comments