.github/workflows: Rename branch name for GitHub actions

* Rename the branch on which the actions are run on, from master to
   main

Signed-off-by: Iulia Moldovan <Iulia.Moldovan@analog.com>
main
Iulia Moldovan 2023-11-17 12:52:16 +02:00 committed by imoldovan
parent c0ffdefe9d
commit 811dccedaf
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ name: Guideline checker
on:
pull_request:
branches:
- master
- main
paths:
- 'library/**'
- 'projects/**'

View File

@ -10,7 +10,7 @@ name: Lint
on:
pull_request:
branches:
- master
- main
paths:
- 'library/**'
- 'projects/**'