Chore: Action ignore docs/**,README.md when push.
This commit is contained in:
parent
80f48518ca
commit
9a4be1fbec
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:
|
||||
push:
|
||||
paths-ignore:
|
||||
- 'docs/**'
|
||||
- 'README.md'
|
||||
branches:
|
||||
- Beta
|
||||
- Alpha
|
||||
|
|
Loading…
Reference in a new issue