Skip to content

Commit

Permalink
Also run Taskcluster tasks when pushing to master
Browse files Browse the repository at this point in the history
I forgot to include this in #22381
  • Loading branch information
SimonSapin committed Dec 12, 2018
1 parent a86c23c commit 558799c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .taskcluster.yml
Expand Up @@ -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:

Expand Down

0 comments on commit 558799c

Please sign in to comment.