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 5b9ad94 commit 0c1ddc5Copy full SHA for 0c1ddc5
.github/workflows/cicd.yml
@@ -33,7 +33,7 @@ jobs:
33
- run: pnpm run test:lib
34
35
CD:
36
- if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/next'|| github.ref == 'refs/heads/experimental'|| github.ref == 'refs/heads/4.x' }}
+ if: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/heads/beta' || github.ref == 'refs/heads/next'|| github.ref == 'refs/heads/experimental' || github.ref == 'refs/heads/4.x' }}
37
runs-on: ubuntu-latest
38
needs: [CI]
39
steps:
0 commit comments