diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 20d7c4a..bd1fcca 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -1,5 +1,15 @@ name: Style Check -on: [ push, pull_request ] +on: + push: + branches: + - master + tags-ignore: + - '*' + pull_request: + branches: + - '*' + tags-ignore: + - '*' jobs: check: