File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 workflow_dispatch :
77 push :
88 paths :
9- - ' **/*.py' # Watch for changes in any Python files
9+ - ' **/*.py' # Watch for changes in any Python files
10+ - ' pyproject.toml'
11+ - ' windows/**'
12+ - ' macos/**'
13+ - ' linux/**'
14+ - ' workflows/build_windows_macos.yml' # Re-run build if workflow file itself changes
1015
1116concurrency :
1217 group : ci-${{github.workflow}}-${{ github.ref }}
Original file line number Diff line number Diff line change 77#
88# Source repository: https://github.com/actions/dependency-review-action
99name : ' Dependency Review'
10- on : [pull_request]
10+ on :
11+ pull_request :
12+ paths :
13+ - ' pyproject.toml'
14+ - ' renovate.json'
15+ release :
16+ types : [published]
1117
1218permissions :
1319 contents : read
Original file line number Diff line number Diff line change 1010 - ' **/*.py' # Watch for changes in any Python files
1111 - ' pyproject.toml' # Watch for changes in the pyproject.toml file
1212 workflow_dispatch :
13- release :
14- types : [published]
1513
1614concurrency :
1715 group : ci-${{github.workflow}}-${{ github.ref }}
Original file line number Diff line number Diff line change 1010 - ' **/*.py' # Watch for changes in any Python files
1111 - ' pyproject.toml' # Watch for changes in the pyproject.toml file
1212 workflow_dispatch :
13- release :
14- types : [published]
1513
1614concurrency :
1715 group : ci-${{github.workflow}}-${{ github.ref }}
Original file line number Diff line number Diff line change 1010 - ' **/*.py' # Watch for changes in any Python files
1111 - ' pyproject.toml' # Watch for changes in the pyproject.toml file
1212 workflow_dispatch :
13- release :
14- types : [published]
1513
1614concurrency :
1715 group : ci-${{github.workflow}}-${{ github.ref }}
You can’t perform that action at this time.
0 commit comments