Skip to content

Commit 6734cc8

Browse files
committed
fix test-live
1 parent 0e0e0dc commit 6734cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575

7676
test-live:
7777
runs-on: ubuntu-latest
78-
if: github.event.pull_request.head.repo.full_name == github.repository
78+
if: 'github.event.pull_request.head.repo.full_name == github.repository || github.event_name == "push"'
7979
steps:
8080
- uses: actions/checkout@v4
8181

0 commit comments

Comments
 (0)