From e4cc3a92e5c533e647ee62a0716bba2269ee40c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Orb=C3=A1n?= Date: Sat, 5 Dec 2020 19:47:09 +0100 Subject: [PATCH] chore: run build GitHub Actions on canary as well --- .github/workflows/build.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c00431e4d0..e97ec9e910 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -4,9 +4,13 @@ name: Build Test on: push: - branches: [ main, canary ] + branches: + - main + - canary pull_request: - branches: [ main, canary ] + branches: + - main + - canary jobs: build: