From b23bf31fa1def9b43daf17869445194b1ac15c09 Mon Sep 17 00:00:00 2001 From: HaveAGitGat <43864057+HaveAGitGat@users.noreply.github.com> Date: Thu, 10 Dec 2020 17:50:24 +0100 Subject: [PATCH] test --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8891064..633467a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,9 +2,9 @@ name: Node.js CI on: push: - branches: [ master ] + branches: ['**'] pull_request: - branches: [ master ] + branches: ['**'] jobs: build: