Skip to content

Commit

Permalink
ci: Only build Firefox for non-draft PRs (#2085)
Browse files Browse the repository at this point in the history
Save some trees
  • Loading branch information
larseggert authored Sep 2, 2024
1 parent 3a4b940 commit e41e639
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/firefox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -18,6 +19,7 @@ env:
jobs:
firefox:
name: Build Firefox
if: github.event.pull_request.draft == false
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit e41e639

Please sign in to comment.