diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c2dc23a..1350f4db 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,11 +4,15 @@ on: push: branches: [ main ] pull_request: + types: + - synchronize + - ready_for_review branches: [ main ] jobs: build: - name: "" + name: "Build 🔨" + if: github.event.pull_request.draft == false strategy: matrix: scheme: diff --git a/.github/workflows/lint-pr.yaml b/.github/workflows/lint-pr.yaml index ae6dc2c1..cfb21b52 100644 --- a/.github/workflows/lint-pr.yaml +++ b/.github/workflows/lint-pr.yaml @@ -2,11 +2,15 @@ name: "Lint 🧹" on: pull_request: + types: + - synchronize + - ready_for_review branches: [ main ] jobs: build: name: "Lint 🧹" + if: github.event.pull_request.draft == false runs-on: macos-12 steps: