From 4005fcb1c11810deef907315163609d79f739b20 Mon Sep 17 00:00:00 2001 From: Austen Stone Date: Tue, 19 Nov 2024 12:50:10 -0500 Subject: [PATCH] Remove redundant path specifications from lint workflow triggers --- .github/workflows/lint.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6c73422..c6c6a31 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,17 +2,9 @@ name: Lint on: push: - paths: - - 'frontend/**/*' - - 'backend/**/*' - - '.github/workflows/lint.yml' branches: - main pull_request: - paths: - - 'frontend/**/*' - - 'backend/**/*' - - '.github/workflows/lint.yml' branches: - main