We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a24d3e commit 0f2dfb8Copy full SHA for 0f2dfb8
1 file changed
{{cookiecutter.project_name}}/.github/workflows/security-python.yml
@@ -18,13 +18,13 @@ on:
18
- main
19
- master
20
paths:
21
- - 'src/**/*.py'
22
- - 'tests/**/*.py'
23
- - 'noxfile.py'
24
- - 'pyproject.toml'
25
- - '.bandit'
26
- - '.ruff.toml'
27
- - '.github/workflows/security-python.yml'
+ - "src/**/*.py"
+ - "tests/**/*.py"
+ - "noxfile.py"
+ - "pyproject.toml"
+ - ".bandit"
+ - ".ruff.toml"
+ - ".github/workflows/security-python.yml"
28
29
workflow_dispatch:
30
0 commit comments