There was an error while loading. Please reload this page.
1 parent 044e9ce commit a1f8914Copy full SHA for a1f8914
1 file changed
.github/workflows/deploy-dist.yml
@@ -5,9 +5,11 @@ on:
5
branches: [main]
6
repository_dispatch:
7
types: [spectrum-cloud-release, spectrum-ts-docs]
8
+ workflow_dispatch:
9
10
jobs:
11
deploy:
12
+ if: github.event_name != 'workflow_dispatch' || github.ref == 'refs/heads/main'
13
runs-on: ubuntu-latest
14
steps:
15
- name: Parse repository
0 commit comments