diff --git a/.github/workflows/firefox.yml b/.github/workflows/firefox.yml index 224d1e3b20..ca57233aad 100644 --- a/.github/workflows/firefox.yml +++ b/.github/workflows/firefox.yml @@ -3,6 +3,7 @@ on: workflow_dispatch: pull_request: branches: ["main"] + types: [opened, synchronize, reopened, ready_for_review] paths-ignore: ["*.md", "*.png", "*.svg", "LICENSE-*"] concurrency: @@ -18,6 +19,7 @@ env: jobs: firefox: name: Build Firefox + if: github.event.pull_request.draft == false strategy: fail-fast: false matrix: