mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-04-24 20:28:11 +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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths-ignore:
|
||||||
|
- 'docs/**'
|
||||||
|
- 'README.md'
|
||||||
branches:
|
branches:
|
||||||
- Beta
|
- Beta
|
||||||
- Alpha
|
- Alpha
|
||||||
|
Loading…
Reference in New Issue
Block a user