Skip to content

Commit 09606c7

Browse files
authored
Update test.yml
1 parent 37eeeb2 commit 09606c7

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/test.yml

+9-6
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@ name: Test Python code
22

33
on:
44
push:
5-
branches:
6-
- master
7-
paths:
8-
- '**.py'
5+
paths-ignore:
6+
- "**.md"
7+
- "LICENSE"
8+
99
pull_request:
10-
paths:
11-
- '**.py'
10+
paths-ignore:
11+
- "**.md"
12+
- "LICENSE"
13+
14+
workflow_dispatch:
1215

1316
jobs:
1417
windows:

0 commit comments

Comments
 (0)