diff options
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/lint.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 206b53de..d589db66 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,7 +2,6 @@ name: Lint on: push: - branches: [ master ] pull_request: branches: [ master ] |