From 010f5cf44e04c2683277b6bcd3e1b9dba13b449e Mon Sep 17 00:00:00 2001 From: Seyon Sivarajah Date: Fri, 22 Nov 2024 14:33:31 +0000 Subject: [PATCH] enable CI on all PRs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Agustín Borgna <121866228+aborgna-q@users.noreply.github.com> --- .github/workflows/ci-rs.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-rs.yml b/.github/workflows/ci-rs.yml index 3d6367112..ee590e4da 100644 --- a/.github/workflows/ci-rs.yml +++ b/.github/workflows/ci-rs.yml @@ -4,10 +4,9 @@ on: push: branches: - main - - doug/init-hugr-llvm-subtree # remove before merging pull_request: branches: - - main + - '*' merge_group: types: [checks_requested] workflow_dispatch: {}