Skip to content

Commit 5cd2ef2

Browse files
authored
Update upload-build-to-s3.yml
1 parent 340eeec commit 5cd2ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-build-to-s3.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Upload Build to S3
22

33
on:
44
push:
5-
branches: [ "main", "github-sync"]
5+
branches: [ "main"]
66
env:
77
BUCKET_NAME : "${{ secrets.S3_BUCKET_NAME }}"
88
AWS_REGION : "us-west-2"

0 commit comments

Comments
 (0)