Skip to content

Commit 5a3a8c5

Browse files
authored
Merge pull request #20 from ThuyNT13/github-actions
GitHub actions
2 parents e85a11f + 5f8bc5d commit 5a3a8c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/aws.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
8+
79

810
permissions:
911
id-token: write # required for requesting the JWT for OpenID Connect (OIDC)
@@ -36,7 +38,7 @@ jobs:
3638
run: |
3739
aws s3 sync . s3://${{ vars.S3_BUCKET }} \
3840
--delete \
39-
--exact-timestamps \
41+
--size-only \
4042
--exclude ".github/*" \
4143
--exclude "README.md" \
4244
--exclude "LICENSE"

0 commit comments

Comments
 (0)