Skip to content

Commit e395eda

Browse files
committed
chore(ci): Only run CI on .py file changes
1 parent 543ad55 commit e395eda

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,15 @@ name: CI
33
on:
44
push:
55
branches: [ master ]
6+
paths:
7+
- '**.py'
68
tags:
79
- "v*"
810
pull_request:
911
branches:
10-
- master
12+
- master
13+
paths:
14+
- '**.py'
1115

1216
jobs:
1317
test:

0 commit comments

Comments
 (0)