mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 12:42:27 +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