Skip to content

Commit a1f8914

Browse files
authored
ci(docs): allow manual deploy rebuilds (#110)
Refs ENG-1881
1 parent 044e9ce commit a1f8914

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy-dist.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@ on:
55
branches: [main]
66
repository_dispatch:
77
types: [spectrum-cloud-release, spectrum-ts-docs]
8+
workflow_dispatch:
89

910
jobs:
1011
deploy:
12+
if: github.event_name != 'workflow_dispatch' || github.ref == 'refs/heads/main'
1113
runs-on: ubuntu-latest
1214
steps:
1315
- name: Parse repository

0 commit comments

Comments
 (0)