File tree Expand file tree Collapse file tree 1 file changed +14
-12
lines changed
Expand file tree Collapse file tree 1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change 99on :
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
2729concurrency :
2830 group : ${{ github.workflow }}-${{ github.ref }}
You can’t perform that action at this time.
0 commit comments