Update aws-tests workflow to include aws-ts-clean
parent
f79c4e3bb0
commit
1de50dfe51
|
|
@ -1,7 +1,7 @@
|
||||||
name: AWS
|
name: AWS
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push: { branches: [aws, aws-ts] }
|
push: { branches: [aws, aws-ts-clean] }
|
||||||
|
|
||||||
env:
|
env:
|
||||||
AWS_REGION: "eu-west-1"
|
AWS_REGION: "eu-west-1"
|
||||||
|
|
@ -56,4 +56,4 @@ jobs:
|
||||||
projectPath: ${{ matrix.projectPath }}
|
projectPath: ${{ matrix.projectPath }}
|
||||||
unityVersion: ${{ matrix.unityVersion }}
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
targetPlatform: ${{ matrix.targetPlatform }}
|
targetPlatform: ${{ matrix.targetPlatform }}
|
||||||
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
githubToken: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue