diff options
Diffstat (limited to '.github/workflows/codestyle.yml')
-rw-r--r-- | .github/workflows/codestyle.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 1380bc6835..2e81711af0 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -1,6 +1,10 @@ name: Codestyle on: pull_request: + types: + - opened + - reopened + - synchronize paths: - src/** - "!README.md" |