diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index dce5b10..219afb8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -98,7 +98,7 @@ jobs: password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Publish images - if: github.ref == env.MAIN_BRANCH && startsWith(github.ref, 'refs/heads/demo-') + if: github.ref == env.MAIN_BRANCH || startsWith(github.ref, 'refs/heads/demo-') run: | # Set tag to be the branch name and version nix develop --command tag-branch-version