This commit is contained in:
Clémentine Urquizar 2021-04-29 17:20:52 +02:00
parent 03bb95539b
commit c30f17fafb
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A
2 changed files with 6 additions and 1 deletions

View File

@ -2,7 +2,7 @@ name: Continuous integration
on:
push:
branches: [ main ]
branches: [ main, staging, trying ]
pull_request:
branches: [ main ]

5
bors.toml Normal file
View File

@ -0,0 +1,5 @@
status = [
'ci (stable)'
]
# 3 hours timeout
timeout-sec = 10800