From 725f14009315f40fad3c4df679a9cb97a8e931c5 Mon Sep 17 00:00:00 2001 From: Oliver Stolz Date: Tue, 20 Feb 2024 12:29:03 +0100 Subject: [PATCH] Run lint workflow on push on main --- .github/workflows/lint.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index feafbde..3ce9d9c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,12 +8,8 @@ on: branches: - main push: - paths: - - 'client/**' - - 'server/**' - - '.eslintrc.js' - - '.prettierrc' - - '.github/workflows/**' + branches: + - main permissions: contents: read