ci: 主程序更改时才运行

This commit is contained in:
bin456789 2023-11-04 00:02:15 +08:00
parent 307d21ec4b
commit e2e829b0b5
No known key found for this signature in database
GPG Key ID: EE301B386DE6C11B

View File

@ -1,5 +1,9 @@
name: 运行主程序
on: [push, workflow_dispatch]
on:
workflow_dispatch:
push:
paths:
- "reinstall.*"
jobs:
run:
name: 运行主程序