From 7b936983457fffee93da2c5a2b08e0c910544544 Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Fri, 29 Dec 2023 00:09:40 +0200 Subject: [PATCH] .github: Use main as workflow branch Use `main` (instead of `master`) as the branch for workflows. Signed-off-by: Razvan Deaconescu --- .github/workflows/actions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index b66a7f7..9e25a1f 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -3,7 +3,7 @@ name: Linter Actions Workflow on: pull_request: branches: - - master + - main jobs: checkpatch: