mirror of
https://github.com/Retropex/docker-bitcoind-prebuilt.git
synced 2025-05-12 19:20:48 +02:00
Fix equal check
This commit is contained in:
parent
18373d5f55
commit
2dfe236cee
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
path: images/
|
||||
publish:
|
||||
name: Publish
|
||||
if: github.ref = 'master'
|
||||
if: github.ref == 'refs/heads/master'
|
||||
runs-on: ubuntu-18.04
|
||||
needs: build
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user