Skip to content

Commit 0c1ddc5

Browse files
committed
ci(github): fix spacing in condition
1 parent 5b9ad94 commit 0c1ddc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- run: pnpm run test:lib
3434

3535
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' }}
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' }}
3737
runs-on: ubuntu-latest
3838
needs: [CI]
3939
steps:

0 commit comments

Comments
 (0)