From b7656ae07e58a5c73d04a2db2f458ca8259fc9f9 Mon Sep 17 00:00:00 2001 From: Isaac Date: Sat, 22 May 2021 13:41:28 +0100 Subject: [PATCH] fix workflow file --- .github/workflows/lint.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e78d41e..1ab0075 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,9 +1,11 @@ name: eslint on: - - push: - branches: - - master - - pull_request + push: + branches: + - main + pull_request: + branches: + - main jobs: lint: