Add live branch to CI workflows

This commit is contained in:
Matty Jorgensen 2023-12-22 21:15:20 -06:00
parent a7eaec3391
commit 3b4c8f95bd
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
name: Read-only e2e tests
on:
pull_request:
branches: [ main ]
branches: [ main, live ]
jobs:
test:
runs-on: ubuntu-20.04

View File

@ -1,7 +1,7 @@
name: Read-write e2e tests
on:
pull_request:
branches: [ main ]
branches: [ main, live ]
jobs:
test:
runs-on: ubuntu-20.04

View File

@ -1,7 +1,7 @@
name: Unit tests
on:
pull_request:
branches: [ main ]
branches: [ main, live ]
jobs:
test:
runs-on: ubuntu-latest