Skip to content

Commit

Permalink
fix another typo in ref check
Browse files Browse the repository at this point in the history
  • Loading branch information
zebapy committed Jun 24, 2020
1 parent c611fb7 commit 4bd4658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: npm run build:icons

- name: Percy Test
if: github.ref == 'refs/head/master' && github.event.pull_request
if: github.ref == 'refs/heads/master' && github.event.pull_request
run: 'npm run test:visual'
env:
PERCY_TOKEN: ${{ secrets.PERCY_TOKEN }}
Expand Down

1 comment on commit 4bd4658

@vercel
Copy link

@vercel vercel bot commented on 4bd4658 Jun 24, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.