Skip to content

Commit 866c239

Browse files
committed
meaningless change to trigger CI
1 parent 70d0ffe commit 866c239

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: ci
2-
on: [pull_request]
2+
on:
3+
pull_request:
4+
push:
35

46
permissions:
57
contents: read

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ dev = [
2424
"flake8>=7.0.0,<8",
2525
]
2626

27+
28+
2729
[tool.uv]
2830
default-groups = [
2931
"test",

0 commit comments

Comments
 (0)