Skip to content

Commit de4886d

Browse files
Merge #33
33: bors workflow r=michaelmattig a=ChristianBeilschmidt Co-authored-by: Christian Beilschmidt <[email protected]>
2 parents 9b2f34d + 640ed92 commit de4886d

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.github/workflows/ci.yml

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

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, trying, staging]
66
pull_request:
7-
branches: [main]
7+
branches: [main, trying, staging]
88
# Allows you to run this workflow manually from the Actions tab
99
workflow_dispatch:
1010

bors.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# CI tasks that are required to succeed
2+
# TODO: use only wildcard once it works
3+
status = [
4+
# "build %",
5+
"build-and-publish (3.7)",
6+
"build-and-publish (3.8)",
7+
"build-and-publish (3.9)",
8+
]
9+
10+
# One approval necessary for bors to work
11+
required_approvals = 1

0 commit comments

Comments
 (0)