diff --git a/.github/workflows/build-demo.yml b/.github/workflows/build-demo.yml index 5944205..1140988 100644 --- a/.github/workflows/build-demo.yml +++ b/.github/workflows/build-demo.yml @@ -50,4 +50,4 @@ jobs: file: docker/Dockerfile.demo tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - push: ${{ startsWith(github.ref, 'refs/tags/v') }} \ No newline at end of file + push: ${{ startsWith(github.ref, 'refs/tags/v') || endsWith(github.ref, '/master') }} \ No newline at end of file