Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit c3bde2b

Browse files
committed
ci: fix deploy condition
1 parent f84bd01 commit c3bde2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545
redeploy_ecs_service: highfive
4646
aws_access_key_id: "${{ env.AWS_ACCESS_KEY_ID }}"
4747
aws_secret_access_key: "${{ secrets[format('AWS_SECRET_ACCESS_KEY_{0}', env.ACCESS_KEY_ID)] }}"
48-
if: github.ref == 'master'
48+
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)