summaryrefslogtreecommitdiff
path: root/.github/workflows/codestyle.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/codestyle.yml')
-rw-r--r--.github/workflows/codestyle.yml4
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"