From cf573bed273855a2534740a67e5d499a009e97db Mon Sep 17 00:00:00 2001 From: Quinn Dougherty Date: Fri, 25 Mar 2022 13:52:51 -0400 Subject: [PATCH] on PR to staging branch --- .github/workflows/ci.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a8b25d7c..3466e255 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,6 +1,11 @@ name: Squiggle packages check -on: [push] +on: + push: # Delete this line if there becomes a scarcity of build minutes. + pull_request: + branches: + - master + - staging jobs: