Skip to content

Commit 10a3975

Browse files
Remove ability to manual run workflow
1 parent 6b06623 commit 10a3975

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-simx.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
tags:
77
- v**
88

9-
workflow_dispatch:
10-
119
jobs:
1210
build:
1311
runs-on: ubuntu-latest
@@ -29,7 +27,7 @@ jobs:
2927
working-directory: simx
3028
- name: github pages
3129
uses: peaceiris/actions-gh-pages@v3
32-
if: ${{ startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' }}
30+
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
3331
with:
3432
github_token: ${{ secrets.GITHUB_TOKEN }}
3533
publish_dir: ./simx/dist

0 commit comments

Comments
 (0)