From cdb8f077edf75e3ca36b59eaf09010df14cec0e8 Mon Sep 17 00:00:00 2001 From: Parithosh Jayanthi Date: Wed, 9 Aug 2023 13:49:06 +0200 Subject: [PATCH] switch target to main --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b40b09a..5eccddb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: Lint and test on: push: - branches: [ master ] + branches: [ main ] pull_request: - branches: [ master ] + branches: [ main ] workflow_dispatch: jobs: