diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d5b3062..b79a386 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,8 +1,12 @@ name: lint on: - push: - pull_request: + push: + branches: + - '**' + tags-ignore: + - '*' + pull_request: jobs: lint: