Chore: Action ignore docs/**,README.md when push.
This commit is contained in:
parent
95a89f9b05
commit
9c99f60a57
1 changed files with 3 additions and 0 deletions
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 a new issue