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 }}