ci: ignore README updates

This commit is contained in:
Mathieu Tarral 2023-05-03 04:11:08 -07:00
parent 7a01dbeb33
commit e0b183030b

View File

@ -3,7 +3,11 @@ on:
push:
branches:
- 'main'
paths-ignore:
- '**/README.md'
pull_request:
paths-ignore:
- '**/README.md'
jobs:
build: