mirror of
https://github.com/bin456789/reinstall.git
synced 2025-01-18 20:39:14 +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: 运行主程序
|
||||
on: [push, workflow_dispatch]
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
paths:
|
||||
- "reinstall.*"
|
||||
jobs:
|
||||
run:
|
||||
name: 运行主程序
|
||||
|
Loading…
x
Reference in New Issue
Block a user