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

This commit is contained in:
Larvan2 2023-01-24 21:56:17 +08:00
parent 80f48518ca
commit 9a4be1fbec

View File

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