Skip to content

Commit

Permalink
github: master -> main
Browse files Browse the repository at this point in the history
Our main branch is "main" for some time, but
in github scripts we still use "master" which is incorrect
and prevent some stuff from working.

Signed-off-by: Alexander Mikhalitsyn <[email protected]>
  • Loading branch information
mihalicyn committed Feb 19, 2024
1 parent 4c5f4e7 commit d18f993
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- 'meson_options.txt'
- 'src/**'
branches:
- master
- main
permissions:
contents: read
jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Coverity build and upload
on:
push:
branches:
- master
- main
permissions:
contents: read

Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
--form token=${TOKEN} \
--form [email protected] \
--form [email protected] \
--form version=master \
--form version=main \
--form description="${GITHUB_SHA}" \
https://scan.coverity.com/builds?project=lxc/lxc
env:
Expand Down

0 comments on commit d18f993

Please sign in to comment.