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 5d99f7e commit eab6e2cCopy full SHA for eab6e2c
.github/workflows/test-and-publish.yml
@@ -36,7 +36,7 @@ jobs:
36
name: 'Publish Module to NPM'
37
needs: test
38
# publish only when merged in main on original repo, not on PR
39
- if: github.repository == 'tannerlinsley/react-query' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/1.x' || github.ref == 'refs/heads/2.x')
+ if: github.repository == 'TanStack/query' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/next' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/1.x' || github.ref == 'refs/heads/2.x')
40
runs-on: ubuntu-latest
41
steps:
42
- uses: actions/checkout@v2
0 commit comments