Skip to content

Commit 255aca0

Browse files
committed
chore: make test-and-publish script only run on TanStack/query
1 parent 3163ad4 commit 255aca0

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
@@ -5,7 +5,7 @@ concurrency:
55
on: [push]
66
jobs:
77
test-and-publish:
8-
if: github.event_name != 'pull_request'
8+
if: github.repository == 'TanStack/query' && github.event_name != 'pull_request'
99
name: 'Test & Publish'
1010
runs-on: ubuntu-latest
1111
steps:

0 commit comments

Comments
 (0)