Skip to content

Commit 2324891

Browse files
[IT-3523] Run the deploy pipeline on test branches
Upload test artifacts for branches that start with `test/` to streamline testing AMI changes.
1 parent a9f7e0d commit 2324891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
deploy:
2121
name: Upload to Amazon S3
2222
runs-on: ubuntu-latest
23-
if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v') }}
23+
if: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/test/') || startsWith(github.ref, 'refs/tags/v') }}
2424
needs: [ "validate" ]
2525
permissions:
2626
id-token: write

0 commit comments

Comments
 (0)