summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authormashuptwice <info@mashup-tech.de>2022-08-11 01:42:17 +0200
committermashuptwice <info@mashup-tech.de>2022-08-11 01:42:17 +0200
commitd00a5d1e373161279676f48cf5bd67138dc85901 (patch)
treecd5d42f68df318e3f32fe3f44e7b482cc9f9608b /.github
parent8e72cf380fa0bec62e3d9805ec777e586d188cf2 (diff)
workflow: ignore changes in *.md files
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/lv_sim.yml2
-rw-r--r--.github/workflows/main.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/lv_sim.yml b/.github/workflows/lv_sim.yml
index 951b3c8d..7b02fb1c 100644
--- a/.github/workflows/lv_sim.yml
+++ b/.github/workflows/lv_sim.yml
@@ -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:
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 69cdb715..0f0686b6 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -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: