diff --git a/.github/workflows/docker-launchql.yaml b/.github/workflows/docker-launchql.yaml index f6294278a..f9de6b796 100644 --- a/.github/workflows/docker-launchql.yaml +++ b/.github/workflows/docker-launchql.yaml @@ -1,15 +1,16 @@ name: Constructive Docker on: - # push: - # branches: - # - main - # - v1 - # - release/* - # pull_request: - # branches: - # - main - # - v1 + push: + branches: + - main + - v1 + - release/* + pull_request: + branches: + - main + - v1 + types: [opened, reopened, synchronize, ready_for_review] workflow_dispatch: {} concurrency: @@ -18,7 +19,7 @@ concurrency: jobs: build-push-launchql: - if: github.event_name != 'pull_request' || !github.event.pull_request.draft + if: github.event_name != 'pull_request' strategy: fail-fast: false matrix: @@ -116,7 +117,7 @@ jobs: # Assemble per-architecture images into a single # multi-arch manifest for each tag. publish-launchql-manifest: - if: github.event_name != 'pull_request' || !github.event.pull_request.draft + if: github.event_name != 'pull_request' runs-on: ubuntu-latest needs: build-push-launchql