Skip to content

Commit bb91123

Browse files
committed
Skip Actions runs for Markdown-only changes
1 parent 6dc87d3 commit bb91123

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/native_test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,13 @@ on:
1010
- '*'
1111
paths-ignore:
1212
- 'lglpy/**'
13+
- '**/*.md'
1314
pull_request:
1415
branches:
1516
- main
1617
paths-ignore:
1718
- 'lglpy/**'
19+
- '**/*.md'
1820

1921
jobs:
2022
build-ubuntu-x64-clang:

.github/workflows/python_test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@ on:
88
- main
99
tags:
1010
- '*'
11+
paths-ignore:
12+
- '**/*.md'
1113
pull_request:
1214
branches:
1315
- main
16+
paths-ignore:
17+
- '**/*.md'
1418

1519
jobs:
1620
python-test:

0 commit comments

Comments
 (0)