Skip to content

Commit

Permalink
Merge pull request #28 from signalsciences/lisa/fix-workflow-typo
Browse files Browse the repository at this point in the history
Fixed if statement in workflow
  • Loading branch information
lsmith500 authored May 27, 2021
2 parents a6e7f6e + 36c0c04 commit fa0f51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: build
run: ./scripts/build.sh
- name: upload
if: ${{ github.ref == '/refs/heads/main' }}
if: ${{ github.ref == 'refs/heads/main' }}
run: |
aws ecr get-login-password --region us-west-2 | docker login --username AWS --password-stdin 803688608479.dkr.ecr.us-west-2.amazonaws.com
./upload.sh
Expand Down

0 comments on commit fa0f51f

Please sign in to comment.