diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 54f6e64..958c6d7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ on: jobs: build-and-push: runs-on: ubuntu-latest - if: ${{ github.event.workflow_run.conclusion == 'success' }} + # if: ${{ github.event.workflow_run.conclusion == 'success' }} # if: startsWith(github.ref, 'refs/tags') steps: