From 4239667dfad77b6deb71d51e7237a383e6c5ae4b Mon Sep 17 00:00:00 2001 From: Daniel Imberman Date: Tue, 1 Feb 2022 13:41:23 -0800 Subject: [PATCH] Fix to CI (#67) --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e15794748..c45946b22 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,5 +1,9 @@ name: Build and test astro -on: [pull_request] +on: + push: + branches: ['main'] + pull_request: + branches: ['main'] jobs: Pre-Commit: runs-on: ubuntu-latest