diff options
| author | Jose Luis Duran <jlduran@gmail.com> | 2024-01-16 00:58:29 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-01-16 00:58:31 +0000 |
| commit | 08efe9bef43b784b3cd4f22252a8f908f448895b (patch) | |
| tree | 468fa1333c9db0a9449658e4a9857953b3bf22f2 /.github/workflows | |
| parent | 57623b3b745a2a89ea9b998cadf8cc8c02228fea (diff) | |
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/style.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index a4d5adb90df3..8860a24fe594 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -9,7 +9,7 @@ name: Style Checker on: pull_request: # maybe pull_request_target branches: [ main ] - types: [ opened, reopened, edited ] + types: [ opened, reopened, edited, synchronize ] permissions: contents: read |
