From d243aff2b763c582fac118311bdc2b8c58d26278 Mon Sep 17 00:00:00 2001 From: Antoine BERNIER Date: Mon, 3 Jul 2023 11:32:41 +0200 Subject: [PATCH] chore: gh actions --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c145de4c..1db59e43b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,6 +5,7 @@ on: - 'master' - 'beta' - 'alpha' + - 'canary-*' pull_request: {} # Cancel any previous run (see: https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#concurrency)