workflow: ignore changes in *.md files
This commit is contained in:
parent
8e72cf380f
commit
d00a5d1e37
2
.github/workflows/lv_sim.yml
vendored
2
.github/workflows/lv_sim.yml
vendored
|
@ -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:
|
||||
|
||||
|
|
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user