Skip to content

Commit 4b72398

Browse files
authored
Allow docs deployment to be manually ran against a branch (break glass) (#121)
1 parent 7832410 commit 4b72398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
docs:
13-
if: startsWith(github.ref, 'refs/tags/v')
13+
if: startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch'
1414
runs-on: ubuntu-latest
1515

1616
steps:

0 commit comments

Comments
 (0)