Skip to content

Commit 9d72c7b

Browse files
committed
Run CI workflows on beta branch
1 parent 8c98f10 commit 9d72c7b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

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

33
on:
44
push:
5-
branches: ["main"]
5+
branches: ["main", "beta"]
66

77
pull_request:
8-
branches: ["main"]
8+
branches: ["main", "beta"]
99

1010
jobs:
1111
test:

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)