Chore: Action ignore docs/**,README.md when push.

This commit is contained in:
gVisor bot 2023-01-24 21:56:17 +08:00
parent 95a89f9b05
commit 9c99f60a57

View file

@ -2,6 +2,9 @@ name: Docker
on:
push:
paths-ignore:
- 'docs/**'
- 'README.md'
branches:
- Beta
- Alpha