Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Add support for feature branch builds on taskcluster
Browse files Browse the repository at this point in the history
  • Loading branch information
bluemarvin committed Sep 26, 2019
1 parent 49ffa84 commit 123cab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .taskcluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tasks:
# testing only and should not be uploaded to App Stores.
#
###############################################################################
- $if: 'tasks_for == "github-push" && event["ref"] == "refs/heads/master"'
- $if: 'tasks_for == "github-push" && (event["ref"] == "refs/heads/master" || event["ref"][0:18] == "refs/heads/feature/")'
then:
provisionerId: 'aws-provisioner-v1'
workerType: 'github-worker'
Expand Down Expand Up @@ -94,7 +94,7 @@ tasks:
expires: {$fromNow: '1 month'}
metadata:
name: Firefox Reality for Android - Build - Master update
description: Building Firefox Reality for Android (via Gradle) - triggered by update to master
description: Building Firefox Reality for Android (via Gradle) - triggered by update to master or feature branch
owner: [email protected]
source: ${repository}
###############################################################################
Expand Down

0 comments on commit 123cab0

Please sign in to comment.