mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Auto merge of #22436 - servo:tc-master, r=SimonSapin
Also run Taskcluster tasks when pushing to `master` I forgot to include this in https://github.com/servo/servo/pull/22381 <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22436) <!-- Reviewable:end -->
This commit is contained in:
commit
1ec78c065a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ tasks:
|
|||
- $if: 'tasks_for == "github-push"'
|
||||
then:
|
||||
$if: >-
|
||||
event.ref in ["refs/heads/auto", "refs/heads/try"] ||
|
||||
event.ref in ["refs/heads/auto", "refs/heads/try", "refs/heads/master"] ||
|
||||
event.ref[:15] == "refs/heads/try-"
|
||||
then:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue