From 21c87768e400d46c3f7c38edba2f338b7476b0c2 Mon Sep 17 00:00:00 2001 From: Bernd Schubert Date: Tue, 18 Feb 2025 21:45:05 +0100 Subject: github ci tests: Update the stable branch name to include fuse- The branch is actually called fuse-3.17.x Also disable checkpatch for branches except master, as it is to do basic checks, while stable branches do not need that check, assuming cherry-pick happens from master. Issue with it is that persistently complains about dependabot changes. Signed-off-by: Bernd Schubert --- .github/workflows/checkpatch.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to '.github/workflows/checkpatch.yml') 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: -- cgit v1.2.3