Fix CD 'Deploy mainnet nodes' job conditional
This commit is contained in:
parent
4cb0f36ae5
commit
f875742766
|
@ -116,7 +116,7 @@ jobs:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
if: github.event_name == 'push' && github.ref == 'ref/head/main'
|
if: $${{ github.event_name == 'push' && github.ref_name == 'main' }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.4.0
|
- uses: actions/checkout@v2.4.0
|
||||||
|
|
Loading…
Reference in New Issue