mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2024-11-16 03:32:33 +08:00
Chore: Action ignore docs/**,README.md when push.
This commit is contained in:
parent
80f48518ca
commit
9a4be1fbec
3
.github/workflows/docker.yaml
vendored
3
.github/workflows/docker.yaml
vendored
|
@ -2,6 +2,9 @@ name: Docker
|
|||
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'README.md'
|
||||
branches:
|
||||
- Beta
|
||||
- Alpha
|
||||
|
|
Loading…
Reference in New Issue
Block a user