From 2a0af949abd4adb763b4b48be36039132bcfdd05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A1n=20Del=20Valle?= Date: Thu, 14 Oct 2021 20:05:06 -0700 Subject: [PATCH] Run CI on all pushes and pull requests to main. --- .github/workflows/ci.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 80c38cb..eca9818 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,7 +1,12 @@ name: CI -on: [push] - +on: + push: + branches: + - main + pull_request: + branches: + - main jobs: build: