Skip to content

Commit 33839cf

Browse files
committed
test
1 parent cdad027 commit 33839cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ concurrency:
2020

2121
jobs:
2222
build-website:
23-
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/staging')
23+
if: ${{ github.ref == 'refs/heads/main' }}
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)