From 13726f46d69bf7dedc85b357f8b60e7257e8a5fb Mon Sep 17 00:00:00 2001 From: Luke Vella Date: Wed, 8 Feb 2023 19:31:06 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Trigger=20CI=20when=20we=20push?= =?UTF-8?q?=20to=20main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 463a60d53..c9a493c1d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,5 +1,11 @@ name: CI -on: pull_request +on: + push: + branches: + - main + pull_request: + branches: + - main jobs: linting: