Skip to content

Commit

Permalink
Only build on pushes to 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
bhearsum committed Jul 16, 2024
1 parent 541a21d commit 26c95d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ tasks:
- $if: >
tasks_for in ["action", "cron", "github-push"]
|| (tasks_for == "github-pull-request" && event.action in ["opened", "reopened", "synchronize"])
|| (tasks_for == "github-push" && event.ref in ["refs/heads/main"])
then:
$let:
trustDomain: xpi
Expand Down

0 comments on commit 26c95d2

Please sign in to comment.