Skip to content

Commit 7ee5d86

Browse files
committed
chore(ci): enable main CI and docs workflows on desktop branch for testing
1 parent 1697a51 commit 7ee5d86

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, desktop]
66
pull_request:
77
schedule:
88
- cron: "0 3 * * *"

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Docs
33
on:
44
pull_request:
55
push:
6-
branches: [main]
6+
branches: [main, desktop]
77

88
jobs:
99
rustdoc:

0 commit comments

Comments
 (0)