From cd3bf4b2d867650dd6f670bbede2968d0695b30a Mon Sep 17 00:00:00 2001 From: Nesopie <87437291+Nesopie@users.noreply.github.com> Date: Mon, 10 Feb 2025 18:32:56 +0530 Subject: [PATCH] chore: trigger runs on PRs (#52) --- .github/workflows/artifacts.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 707b72d0d..c15e12ab6 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -5,6 +5,11 @@ on: - main paths: - "circuits/circuits/**" + pull_request: + branches: + - main + paths: + - "circuits/circuits/**" jobs: build: runs-on: ubuntu-22.04