Update .github/workflows/build.yml

This commit is contained in:
Alex Savin
2025-04-27 23:56:53 -04:00
parent e7bcd8d016
commit 99622c5cc0

View File

@ -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: