From 54f4af98381dbe72227e70fedb933c4599bee675 Mon Sep 17 00:00:00 2001 From: Thomas Versteeg Date: Tue, 20 Jul 2021 06:37:27 +0000 Subject: [PATCH] Fix branch in CI --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index eea8fe6..fd08c8d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,7 +2,7 @@ name: Lint on: push: - branches: [master] + branches: [main] pull_request: types: [opened, synchronize]