From 2cd1649dc78a85955b05bc020b2c3d2016ca7783 Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Sun, 5 Dec 2021 18:55:59 +0300 Subject: [PATCH] Remove path constraints from lint workflow --- .github/workflows/lint.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 68160c5f..346628bc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,13 +4,9 @@ on: push: branches: - main - paths: - - "*.sh" pull_request: branches: - main - paths: - - "*.sh" jobs: lint: