Skip to content

Commit 70d280c

Browse files
committed
ci/cd jobs to test new uv based setup
1 parent 0c423f8 commit 70d280c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
name: "ci"
22

33
on:
4-
- push
4+
push:
5+
branches: ["master"]
6+
pull_request:
7+
branches: ["master"]
8+
59

610
jobs:
711
test:

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: pre-commit
22

33
on:
44
push:
5+
branches: ["master"]
6+
pull_request:
7+
branches: ["master"]
58

69
jobs:
710
#pre-commit:

0 commit comments

Comments
 (0)