Skip to content

Commit

Permalink
ci: Only build Fx for PRs (#1890)
Browse files Browse the repository at this point in the history
* ci: Only build Fx for PRs

And not when landing a PR in `main`.

Signed-off-by: Lars Eggert <lars@eggert.org>

* Add `workflow_dispatch`

Signed-off-by: Lars Eggert <lars@eggert.org>

---------

Signed-off-by: Lars Eggert <lars@eggert.org>
  • Loading branch information
larseggert authored May 8, 2024
1 parent beffcc6 commit 35c157b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/firefox.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
name: Firefox
on:
push:
branches: ["main"]
paths-ignore: ["*.md", "*.png", "*.svg", "LICENSE-*"]
workflow_dispatch:
pull_request:
branches: ["main"]
paths-ignore: ["*.md", "*.png", "*.svg", "LICENSE-*"]
merge_group:

concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
Expand Down

0 comments on commit 35c157b

Please sign in to comment.