.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
parent
c0ffdefe9d
commit
811dccedaf
|
@ -9,7 +9,7 @@ name: Guideline checker
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths:
|
||||
- 'library/**'
|
||||
- 'projects/**'
|
||||
|
|
|
@ -10,7 +10,7 @@ name: Lint
|
|||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
paths:
|
||||
- 'library/**'
|
||||
- 'projects/**'
|
||||
|
|
Loading…
Reference in New Issue