We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdad027 commit 33839cfCopy full SHA for 33839cf
.github/workflows/build-website.yml
@@ -20,7 +20,7 @@ concurrency:
20
21
jobs:
22
build-website:
23
- if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/staging')
+ if: ${{ github.ref == 'refs/heads/main' }}
24
runs-on: ubuntu-latest
25
steps:
26
- uses: actions/checkout@v4
0 commit comments