We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b7e27b commit 9d4e2f1Copy full SHA for 9d4e2f1
.github/workflows/test.yml
@@ -2,10 +2,10 @@ name: Tests
2
3
on:
4
push:
5
- paths: ["**/*.py", .github/workflows/test.yml]
+ paths: ["**/*.py", ".github/workflows/test.yml"]
6
branches: [main]
7
pull_request:
8
9
10
release:
11
types: [published]
0 commit comments