diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2024-12-23 10:23:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-23 10:23:55 +0100 |
commit | 3dff27613612c130b6cc633ecde5abadec848ec4 (patch) | |
tree | c785d8112cf65157418fb57758591c194ea5b4c5 /.github/workflows/sql-codestyle.yml | |
parent | 0a70ebc3af0cbc3cefb273f444b8c95f381a879b (diff) |
chore(CI): Update CI run types (#21015)
Diffstat (limited to '.github/workflows/sql-codestyle.yml')
-rw-r--r-- | .github/workflows/sql-codestyle.yml | 4 |
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" |