mirror of
https://github.com/bin456789/reinstall.git
synced 2025-01-19 04:49:13 +08:00
ci: 主程序更改时才运行
This commit is contained in:
parent
307d21ec4b
commit
e2e829b0b5
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -1,5 +1,9 @@
|
|||||||
name: 运行主程序
|
name: 运行主程序
|
||||||
on: [push, workflow_dispatch]
|
on:
|
||||||
|
workflow_dispatch:
|
||||||
|
push:
|
||||||
|
paths:
|
||||||
|
- "reinstall.*"
|
||||||
jobs:
|
jobs:
|
||||||
run:
|
run:
|
||||||
name: 运行主程序
|
name: 运行主程序
|
||||||
|
Loading…
x
Reference in New Issue
Block a user