Skip to content

Commit a206db8

Browse files
committed
updated ci checks to run on all commits
1 parent cf19ae2 commit a206db8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/uv-env-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: uv environment check
22

33
on:
44
pull_request:
5-
branches: [wip, dev, testing, main]
5+
branches: ["*"]
66
push:
7-
branches: [wip, dev, testing, main]
7+
branches: ["*"]
88

99
jobs:
1010
checks:

0 commit comments

Comments
 (0)