We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b2f34d + 640ed92 commit de4886dCopy full SHA for de4886d
.github/workflows/ci.yml
@@ -2,9 +2,9 @@ name: CI
2
3
on:
4
push:
5
- branches: [main]
+ branches: [main, trying, staging]
6
pull_request:
7
8
# Allows you to run this workflow manually from the Actions tab
9
workflow_dispatch:
10
bors.toml
@@ -0,0 +1,11 @@
1
+# CI tasks that are required to succeed
+# TODO: use only wildcard once it works
+status = [
+ # "build %",
+ "build-and-publish (3.7)",
+ "build-and-publish (3.8)",
+ "build-and-publish (3.9)",
+]
+
+# One approval necessary for bors to work
11
+required_approvals = 1
0 commit comments