summaryrefslogtreecommitdiff
path: root/.github/workflows/sql-codestyle.yml
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2024-12-23 10:23:55 +0100
committerGitHub <noreply@github.com>2024-12-23 10:23:55 +0100
commit3dff27613612c130b6cc633ecde5abadec848ec4 (patch)
treec785d8112cf65157418fb57758591c194ea5b4c5 /.github/workflows/sql-codestyle.yml
parent0a70ebc3af0cbc3cefb273f444b8c95f381a879b (diff)
chore(CI): Update CI run types (#21015)
Diffstat (limited to '.github/workflows/sql-codestyle.yml')
-rw-r--r--.github/workflows/sql-codestyle.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/sql-codestyle.yml b/.github/workflows/sql-codestyle.yml
index fa2c64292d..f60b95cd7c 100644
--- a/.github/workflows/sql-codestyle.yml
+++ b/.github/workflows/sql-codestyle.yml
@@ -1,6 +1,10 @@
name: Codestyle
on:
pull_request:
+ types:
+ - opened
+ - reopened
+ - synchronize
paths:
- data/**
- "!README.md"