Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f487016

Browse files
committedAug 3, 2024
github: workflows: checkpatch: Run on next as well
Include next branch as well so checkpatch runs on all PRs Signed-off-by: Dhruva Gole <[email protected]>
1 parent 4bc1867 commit f487016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/checkpatch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ name: checkpatch review
66
on:
77
# Triggers the workflow on push or pull request events but only for the "main" branch
88
push:
9-
branches: [ "main" ]
9+
branches: [ "main", "next" ]
1010
pull_request:
11-
branches: [ "main" ]
11+
branches: [ "main", "next" ]
1212

1313
# Allows you to run this workflow manually from the Actions tab
1414
workflow_dispatch:

0 commit comments

Comments
 (0)
Please sign in to comment.