ci: ignore .md files

This commit is contained in:
Andre K 2023-02-03 22:47:30 -03:00 committed by GitHub
parent 533b13fd01
commit c4b20912bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,8 @@ name: Android CI
on:
push:
branches: [ master ]
paths-ignore:
- "**.md"
pull_request:
branches: [ master ]