File tree Expand file tree Collapse file tree 4 files changed +38
-16
lines changed Expand file tree Collapse file tree 4 files changed +38
-16
lines changed Original file line number Diff line number Diff line change 44 pull_request :
55 branches : [ 'main']
66 paths :
7- - ' src/pytest_celery/vendors/worker/**'
8- - ' .github/workflows/docker.yml'
9- - ' Dockerfile'
7+ - ' .github/workflows/docker.yml'
8+ - ' src/pytest_celery/vendors/worker/**'
9+ - " **.py"
10+ - " **.txt"
11+ - " **.toml"
12+ - " tox.ini"
13+ - ' Dockerfile'
14+ - " poetry.lock"
1015 push :
1116 branches : [ 'main']
1217 paths :
13- - ' src/pytest_celery/vendors/worker/**'
14- - ' .github/workflows/docker.yml'
15- - ' Dockerfile'
18+ - ' .github/workflows/docker.yml'
19+ - ' src/pytest_celery/vendors/worker/**'
20+ - " **.py"
21+ - " **.txt"
22+ - " **.toml"
23+ - " tox.ini"
24+ - ' Dockerfile'
25+ - " poetry.lock"
1626
1727
1828jobs :
Original file line number Diff line number Diff line change 77 push :
88 branches : ["main"]
99 paths :
10+ - " .github/workflows/examples.yml"
11+ - ' src/pytest_celery/vendors/worker/**'
1012 - " **.py"
1113 - " **.txt"
12- - " .github/workflows/examples.yml"
1314 - " **.toml"
14- - ' src/pytest_celery/vendors/worker/** '
15+ - " tox.ini "
1516 - ' Dockerfile'
17+ - " poetry.lock"
1618 pull_request :
1719 paths :
20+ - " .github/workflows/examples.yml"
21+ - ' src/pytest_celery/vendors/worker/**'
1822 - " **.py"
1923 - " **.txt"
2024 - " **.toml"
21- - " .github/workflows/examples.yml"
22- - ' src/pytest_celery/vendors/worker/**'
25+ - " tox.ini"
2326 - ' Dockerfile'
27+ - " poetry.lock"
2428
2529permissions :
2630 contents : read # to fetch code (actions/checkout)
Original file line number Diff line number Diff line change 77 push :
88 branches : ["main"]
99 paths :
10+ - " .github/workflows/parallel-support.yml"
11+ - ' src/pytest_celery/vendors/worker/**'
1012 - " **.py"
1113 - " **.txt"
12- - " .github/workflows/parallel-support.yml"
1314 - " **.toml"
1415 - " tox.ini"
16+ - ' Dockerfile'
17+ - " poetry.lock"
1518 pull_request :
1619 paths :
20+ - " .github/workflows/parallel-support.yml"
21+ - ' src/pytest_celery/vendors/worker/**'
1722 - " **.py"
1823 - " **.txt"
1924 - " **.toml"
20- - " .github/workflows/parallel-support.yml"
2125 - " tox.ini"
26+ - ' Dockerfile'
27+ - " poetry.lock"
2228
2329permissions :
2430 contents : read # to fetch code (actions/checkout)
Original file line number Diff line number Diff line change 77 push :
88 branches : ["main"]
99 paths :
10+ - " .github/workflows/python-package.yml"
11+ - ' src/pytest_celery/vendors/worker/**'
1012 - " **.py"
1113 - " **.txt"
12- - " .github/workflows/python-package.yml"
1314 - " **.toml"
1415 - " tox.ini"
15- - ' src/pytest_celery/vendors/worker/**'
1616 - ' Dockerfile'
17+ - " poetry.lock"
1718 pull_request :
1819 paths :
20+ - " .github/workflows/python-package.yml"
21+ - ' src/pytest_celery/vendors/worker/**'
1922 - " **.py"
2023 - " **.txt"
2124 - " **.toml"
22- - " .github/workflows/python-package.yml"
2325 - " tox.ini"
24- - ' src/pytest_celery/vendors/worker/**'
2526 - ' Dockerfile'
27+ - " poetry.lock"
2628
2729permissions :
2830 contents : read # to fetch code (actions/checkout)
You can’t perform that action at this time.
0 commit comments