We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0e0dc commit 6734cc8Copy full SHA for 6734cc8
.github/workflows/ci.yml
@@ -75,7 +75,7 @@ jobs:
75
76
test-live:
77
runs-on: ubuntu-latest
78
- if: github.event.pull_request.head.repo.full_name == github.repository
+ if: 'github.event.pull_request.head.repo.full_name == github.repository || github.event_name == "push"'
79
steps:
80
- uses: actions/checkout@v4
81
0 commit comments