Skip to content

Commit fa0f51f

Browse files
authored
Merge pull request #28 from signalsciences/lisa/fix-workflow-typo
Fixed if statement in workflow
2 parents a6e7f6e + 36c0c04 commit fa0f51f

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/main' }}
27+
if: ${{ github.ref == 'refs/heads/main' }}
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)