workflow: ignore changes in *.md files

This commit is contained in:
mashuptwice 2022-08-11 01:42:17 +02:00
parent 8e72cf380f
commit d00a5d1e37
2 changed files with 4 additions and 0 deletions

View File

@ -8,11 +8,13 @@ on:
paths-ignore:
- 'doc/**'
- 'images/**'
- '**.md'
pull_request:
branches: [ develop ]
paths-ignore:
- 'doc/**'
- 'images/**'
- '**.md'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

View File

@ -11,11 +11,13 @@ on:
paths-ignore:
- 'doc/**'
- 'images/**'
- '**.md'
pull_request:
branches: [ develop ]
paths-ignore:
- 'doc/**'
- 'images/**'
- '**.md'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: