Add web CI to bors check list

This commit is contained in:
Franck Royer 2021-04-23 08:47:23 +10:00
parent 7ed6f68ec7
commit d42355db15
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ on:
- 'main'
jobs:
build_and_test:
deploy_gh_pages:
runs-on: ubuntu-latest
steps:

View File

@ -9,7 +9,7 @@ on:
pull_request:
jobs:
build_and_test:
web_chat_build_and_test:
runs-on: ubuntu-latest
steps:

View File

@ -1,3 +1,3 @@
status = ["build_and_test"]
status = ["build_and_test", "web_chat_build_and_test"]
block_labels = ["work-in-progress"]
delete_merged_branches = true