Browse Source

Fix equal check

pull/14/head
Luke Childs 5 years ago
parent
commit
2dfe236cee
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -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…
Cancel
Save