ci: Modify PR Build Check workflow triggers

Updated workflow triggers to include manual dispatch.
This commit is contained in:
霧雨バニラ 2025-11-20 23:14:21 +08:00 committed by GitHub
parent 5510a3b77b
commit 7b9ec34964
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,7 @@
name: PR Build Check
on:
pull_request:
types: [opened, synchronize, reopened]
workflow_dispatch:
jobs:
build_check:
@ -21,4 +20,4 @@ jobs:
run: npm ci
- name: Build project
run: npm run build
run: npm run build