Skip to content

Commit 66fef03

Browse files
committed
👷
1 parent 5841a21 commit 66fef03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/main.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
GITHUB_USER_CONTRIBUTION_API_ENDPOINT: https://snk-one.vercel.app/api/github-user-contribution/
6767

6868
- uses: crazy-max/[email protected]
69-
if: success() && github.ref.name == 'main'
69+
if: success() && github.ref == 'refs/heads/main'
7070
with:
7171
target_branch: gh-pages
7272
build_dir: packages/demo/dist

0 commit comments

Comments
 (0)