1
0
mirror of https://github.com/bin456789/reinstall.git synced 2025-06-23 12:49:51 +00:00

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

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