chore(ci): remove workflow_dispatch from main workflows (#605)

This commit is contained in:
Simon
2026-07-09 16:05:42 +08:00
committed by GitHub
parent 9705fb964e
commit e8c8ab0d78
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -3,7 +3,6 @@ name: Deploy Website
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy:
-1
View File
@@ -7,7 +7,6 @@ permissions:
on:
push:
branches: [main]
workflow_dispatch:
jobs:
test: