chore(ci): enable manual workflow dispatch
Some checks failed
CI / verify (push) Failing after 30s

This commit is contained in:
Your Name
2026-05-06 11:40:32 +08:00
parent 34b915d2bc
commit 701d75ca38
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ on:
push: push:
branches: branches:
- main - main
workflow_dispatch:
jobs: jobs:
verify: verify:

View File

@@ -5,6 +5,7 @@ on:
branches: branches:
- main - main
pull_request: pull_request:
workflow_dispatch:
permissions: permissions:
contents: read contents: read