Skip to content

Commit a3ba135

Browse files
committed
force python-tests
1 parent 768fc3b commit a3ba135

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

.github/workflows/python-test.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,22 @@ env:
99
on:
1010
push:
1111
branches: [ "master", "development", "dev" ]
12-
paths:
13-
- 'python/**'
14-
- '.github/workflows/python-test.yml'
15-
- '.typos.toml'
16-
- 'ruff.toml'
17-
- '.pre-commit-config.yaml'
12+
# # Comment out paths to force run on all pushes
13+
# paths:
14+
# - 'python/**'
15+
# - '.github/workflows/python-test.yml'
16+
# - '.typos.toml'
17+
# - 'ruff.toml'
18+
# - '.pre-commit-config.yaml'
1819
pull_request:
1920
branches: [ "master", "development", "dev" ]
20-
paths:
21-
- 'python/**'
22-
- '.github/workflows/python-test.yml'
23-
- '.typos.toml'
24-
- 'ruff.toml'
25-
- '.pre-commit-config.yaml'
21+
# # Comment out paths to force run on all PRs
22+
# paths:
23+
# - 'python/**'
24+
# - '.github/workflows/python-test.yml'
25+
# - '.typos.toml'
26+
# - 'ruff.toml'
27+
# - '.pre-commit-config.yaml'
2628

2729
concurrency:
2830
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)