run aws pipeline on new branch

pull/332/head
Frostebite 2022-02-01 20:16:36 +00:00
parent 3d7481b4a3
commit 8c7b65187a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
name: Cloud Runner - AWS Tests
on:
push: { branches: [main, aws, remote-builder/unified-providers] }
push: { branches: [main, aws, cloud-runner/unified-build-and-setup] }
env:
GKE_ZONE: 'us-central1'
@ -15,7 +15,7 @@ env:
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
AWS_DEFAULT_REGION: eu-west-2
AWS_BASE_STACK_NAME: game-ci-github-pipelines
CLOUD_RUNNER_BRANCH: remote-builder/unified-providers
CLOUD_RUNNER_BRANCH: cloud-runner/unified-build-and-setup
CLOUD_RUNNER_TESTS: true
DEBUG: true
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}