diff --git a/.github/workflows/docker-launchql.yaml b/.github/workflows/docker-launchql.yaml index f6294278..f9de6b79 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 diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 0180fa5b..ed208102 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -1,22 +1,22 @@ name: Docker on: - # push: - # branches: - # - main - # - v1 - # - release/* - # paths: - # - "docker/**" - # - ".github/workflows/docker.yaml" - # pull_request: - # branches: - # - main - # - v1 - # paths: - # - "docker/**" - # - ".github/workflows/docker.yaml" - # types: [opened, reopened, synchronize, ready_for_review] + push: + branches: + - main + - v1 + - release/* + paths: + - "docker/**" + - ".github/workflows/docker.yaml" + pull_request: + branches: + - main + - v1 + paths: + - "docker/**" + - ".github/workflows/docker.yaml" + types: [opened, reopened, synchronize, ready_for_review] workflow_dispatch: inputs: process: