diff options
Diffstat (limited to '.github/workflows/checkpatch.yml')
-rw-r--r-- | .github/workflows/checkpatch.yml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/.github/workflows/checkpatch.yml b/.github/workflows/checkpatch.yml index 1adada4..622542c 100644 --- a/.github/workflows/checkpatch.yml +++ b/.github/workflows/checkpatch.yml @@ -1,8 +1,14 @@ name: Checkpatch on: + push: + branches: + - master pull_request: - types: [opened, synchronize, reopened] + branches: + - master +permissions: + contents: read jobs: checkpatch: |