From af15af6de60ed3b62e623c670078b2dad15c4065 Mon Sep 17 00:00:00 2001 From: Idan Arye Date: Sun, 18 Aug 2024 18:46:24 +0300 Subject: [PATCH] Run the CI for the boundary-pushing branch (to generate WASM examples) --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9df01918b..9522ff630 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,9 @@ name: CI on: pull_request: push: - branches: [main] + branches: + - main + - feature/30/boundary-pushing # Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages permissions: