Skip to content

Commit 3932588

Browse files
committed
fix pattern
1 parent fa06978 commit 3932588

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
path: ./doc/_build/html
3333

3434
deploy:
35-
if: github.event_name == 'push'
35+
if: ${{ github.event_name == 'push' }}
3636
needs: build
3737
timeout-minutes: 10
3838
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)