Skip to content

Commit 094ca6e

Browse files
[build] Only run Python workflow when python or atoms change
1 parent ad11a61 commit 094ca6e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/python.yml

+18
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,27 @@ on:
44
push:
55
branches:
66
- trunk
7+
paths:
8+
- .bazel*
9+
- .github/actions/**
10+
- .github/workflows/python.yml
11+
- common/**
12+
- javascript/atoms/**
13+
- javascript/cdp-support/**
14+
- javascript/webdriver/**
15+
- py/**
716
pull_request:
817
branches:
918
- trunk
19+
paths:
20+
- .bazel*
21+
- .github/actions/**
22+
- .github/workflows/python.yml
23+
- common/**
24+
- javascript/atoms/**
25+
- javascript/cdp-support/**
26+
- javascript/webdriver/**
27+
- py/**
1028

1129
jobs:
1230
tox_flake8:

0 commit comments

Comments
 (0)