Skip to content

Commit

Permalink
.github: Use main as workflow branch
Browse files Browse the repository at this point in the history
Use `main` (instead of `master`) as the branch for workflows.

Signed-off-by: Razvan Deaconescu <[email protected]>
  • Loading branch information
razvand committed Dec 28, 2023
1 parent 47690a2 commit 7b93698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Linter Actions Workflow
on:
pull_request:
branches:
- master
- main

jobs:
checkpatch:
Expand Down

0 comments on commit 7b93698

Please sign in to comment.