chore(actions): exclude docs for master builder

This commit is contained in:
iyear 2024-11-15 14:18:03 +08:00
parent 17c3a1c94e
commit 313243c7b3

View File

@ -5,6 +5,8 @@ on:
branches: [ master ]
push:
branches: [ master ]
paths-ignore:
- 'docs/**'
permissions:
contents: read