Browse Source

Only publish on master branch pushes

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

1
.github/workflows/ci.yml

@ -52,6 +52,7 @@ jobs:
path: images/
publish:
name: Publish
if: github.ref = 'master'
runs-on: ubuntu-18.04
needs: build
steps:

Loading…
Cancel
Save