From 47404b059136efafd502a915b069ede56dc7c7cb Mon Sep 17 00:00:00 2001 From: Nicholas Wiersma Date: Mon, 13 Mar 2023 10:23:44 +0200 Subject: [PATCH] chore: fix ci build (#1853) Co-authored-by: Manu Gupta --- .github/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3b7e906..bde10a4f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,11 @@ +--- name: continuous-integration + on: - - pull_request + push: + branches: [main] + pull_request: + branches: [main] jobs: lint: