We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad11a61 commit 094ca6eCopy full SHA for 094ca6e
.github/workflows/python.yml
@@ -4,9 +4,27 @@ on:
4
push:
5
branches:
6
- 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/**
16
pull_request:
17
18
19
20
21
22
23
24
25
26
27
28
29
jobs:
30
tox_flake8:
0 commit comments