Skip to content

Commit c7538d7

Browse files
author
lisa-sigsci
committed
Fixed if statement in workflow
1 parent a9a116b commit c7538d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: build
2525
run: ./scripts/build.sh
2626
- name: upload
27-
if: ${{ github.ref == '/refs/heads/master' }}
27+
if: ${{ github.ref == 'refs/heads/master' }}
2828
run: |
2929
aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 803688608479.dkr.ecr.us-west-2.amazonaws.com
3030
./upload.sh

0 commit comments

Comments
 (0)