mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Also run Taskcluster tasks when pushing to master
I forgot to include this in https://github.com/servo/servo/pull/22381
This commit is contained in:
parent
a86c23cdca
commit
558799cc0f
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