fix condition

This commit is contained in:
jonaswinkler 2021-01-09 21:53:13 +01:00
parent 66786d17c2
commit 3b37fd0f21

View File

@ -84,7 +84,7 @@ jobs:
# build and push image to docker hub.
build-docker-image:
if: github.event_name == "push" && (github.ref == "refs/heads/master" || github.ref == "refs/heads/dev" || github.ref == "refs/tags/ng-*")
if: github.event_name == 'push' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/dev' || github.ref == 'refs/tags/ng-*')
runs-on: ubuntu-latest
needs: tests
steps: