Skip to content

Commit

Permalink
build: Fix publish (#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic authored Nov 27, 2019
1 parent b3d1638 commit 9f1bdf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ jobs:
name: Publish to Dockerhub
needs: [api-unit-tests, api-e2e-tests, api-integration-tests, upgrade-unit-tests, upgrade-integration-tests, docs-build-test]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/develop' || github.ref == 'refs/tags/*'
if: github.ref == 'refs/heads/develop' || startsWith(github.ref, 'refs/tags')
steps:
- uses: actions/checkout@v1
with:
Expand Down

0 comments on commit 9f1bdf6

Please sign in to comment.