Add files in `doc` to `paths-ignore`

This commit is contained in:
Mohammed Anas 2022-02-04 10:13:10 +00:00 committed by GitHub
parent dce6565af4
commit 9274e6417a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -7,7 +7,8 @@ on:
- dev
- master
paths-ignore:
- 'README*.md'
- 'README.md'
- 'doc/**'
- 'fastlane/**'
- 'assets/**'
- '.github/**/*.md'
@ -16,7 +17,8 @@ on:
- dev
- master
paths-ignore:
- 'README*.md'
- 'README.md'
- 'doc/**'
- 'fastlane/**'
- 'assets/**'
- '.github/**/*.md'