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 86e8413 commit c807d91Copy full SHA for c807d91
.github/workflows/ci.yml
@@ -11,9 +11,11 @@ on:
11
push:
12
branches:
13
- 'main'
14
+ - 'alpha'
15
+ - 'beta'
16
jobs:
17
test-and-publish:
- if: github.repository == 'TanStack/query' && github.ref == 'refs/heads/main'
18
+ if: github.repository == 'TanStack/query' && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/alpha' || github.ref == 'refs/heads/beta')
19
name: 'Test & Publish'
20
runs-on: ubuntu-latest
21
steps:
0 commit comments