chore: add canary to pull request workflow

This commit is contained in:
Mauricio Siu
2024-05-01 17:45:34 -06:00
parent ad58cce2cd
commit e9e49d7456

View File

@@ -3,6 +3,7 @@ on:
pull_request:
branches:
- main
- canary
jobs:
build:
runs-on: ubuntu-20.04