Skip to content

Commit 9d4e2f1

Browse files
committed
fix test action
1 parent 4b7e27b commit 9d4e2f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Tests
22

33
on:
44
push:
5-
paths: ["**/*.py", .github/workflows/test.yml]
5+
paths: ["**/*.py", ".github/workflows/test.yml"]
66
branches: [main]
77
pull_request:
8-
paths: ["**/*.py", .github/workflows/test.yml]
8+
paths: ["**/*.py", ".github/workflows/test.yml"]
99
branches: [main]
1010
release:
1111
types: [published]

0 commit comments

Comments
 (0)