We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4f902 commit 38e1c15Copy full SHA for 38e1c15
2 files changed
.github/workflows/scorecard.yml
@@ -7,6 +7,7 @@ on:
7
# https://github.com/ossf/scorecard/blob/main/docs/checks.md#maintained
8
push:
9
branches: [ main ]
10
+ workflow_dispatch:
11
12
permissions: read-all
13
.github/workflows/test.yml
@@ -10,6 +10,12 @@ on:
branches: ['main']
pull_request:
+ paths:
14
+ - "src/**/*.py"
15
+ - "tests/**/*.py"
16
+ - ".github/workflows/test.yml"
17
+ - "pyproject.toml"
18
+ - "justfile"
19
workflow_call:
20
secrets:
21
CODECOV_TOKEN:
0 commit comments