Skip to content

Commit ab16e05

Browse files
authored
Merge pull request #414 from kitsiosk/main
Don't run CI tests when only .md files are changed
2 parents bec69a4 + a72f761 commit ab16e05

3 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/install-lint-test-on-mac.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ on:
44
push:
55
branches:
66
- "*"
7+
paths-ignore:
8+
- '**/*.md'
79

810
pull_request:
911
branches:
1012
- "*"
1113

14+
1215
jobs:
1316
install-lint-test-on-mac:
1417
runs-on: macos-latest

.github/workflows/install-lint-test-on-ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- "*"
7+
paths-ignore:
8+
- '**/*.md'
79

810
pull_request:
911
branches:

.github/workflows/install-lint-test-on-win.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- "*"
7+
paths-ignore:
8+
- '**/*.md'
79

810
pull_request:
911
branches:

0 commit comments

Comments
 (0)