Skip to content

Commit a62ea18

Browse files
update CI to ignore changes to *.rst and *md files (#146)
1 parent 5bc5ce4 commit a62ea18

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
name: build
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
branches:
6+
- master
7+
paths-ignore:
8+
- 'docs/**'
9+
- '*.md'
10+
- '*.rst'
11+
pull_request:
12+
branches:
13+
- master
14+
paths-ignore:
15+
- 'docs/**'
16+
- '*.md'
17+
- '*.rst'
418
jobs:
519
build:
620
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)