From 485cc132b7cfee2ffb033abcab3026a6949a9763 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Thu, 13 Mar 2025 23:47:05 -0400 Subject: [PATCH] enable on PRs --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cbef34..c9c05a2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,8 @@ on: - main - dev pull_request: + branches: + - main # cancel in-progress runs on new commits to same PR (gitub.event.number) concurrency: group: ${{ github.workflow }}-${{ github.event.number || github.sha }}