From 7279e7304e95030a854408191b8fde3c01876451 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Tue, 22 Jun 2021 13:40:24 +0200 Subject: [PATCH] Build: Update branch reference in CI (#25) --- .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 e408474..3f1a837 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,10 +2,10 @@ name: CI on: push: branches: - - master + - main pull_request: branches: - - master + - main jobs: lint: name: Lint