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 7832410 commit 4b72398Copy full SHA for 4b72398
.github/workflows/deploy-docs.yaml
@@ -10,7 +10,7 @@ permissions:
10
11
jobs:
12
docs:
13
- if: startsWith(github.ref, 'refs/tags/v')
+ if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'
14
runs-on: ubuntu-latest
15
16
steps:
0 commit comments