From 1de50dfe514e0533e98a090aac771b6cccaa3105 Mon Sep 17 00:00:00 2001 From: Frostebite Date: Wed, 14 Apr 2021 02:41:06 +0100 Subject: [PATCH] Update aws-tests workflow to include aws-ts-clean --- .github/workflows/aws-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aws-tests.yml b/.github/workflows/aws-tests.yml index 331f0b21..1fd4e2e8 100644 --- a/.github/workflows/aws-tests.yml +++ b/.github/workflows/aws-tests.yml @@ -1,7 +1,7 @@ name: AWS on: - push: { branches: [aws, aws-ts] } + push: { branches: [aws, aws-ts-clean] } env: AWS_REGION: "eu-west-1" @@ -56,4 +56,4 @@ jobs: projectPath: ${{ matrix.projectPath }} unityVersion: ${{ matrix.unityVersion }} targetPlatform: ${{ matrix.targetPlatform }} - githubToken: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + githubToken: ${{ secrets.GITHUB_TOKEN }}