github: master -> main

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 <aleksandr.mikhalitsyn@canonical.com>
This commit is contained in:
Alexander Mikhalitsyn 2024-02-19 09:56:04 +01:00
parent 4c5f4e7d4b
commit d18f993b39
No known key found for this signature in database
GPG Key ID: B1F47F5CB05B4FA3
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ on:
- 'meson_options.txt'
- 'src/**'
branches:
- master
- main
permissions:
contents: read
jobs:

View File

@ -2,7 +2,7 @@ name: Coverity build and upload
on:
push:
branches:
- master
- main
permissions:
contents: read
@ -59,7 +59,7 @@ jobs:
--form token=${TOKEN} \
--form email=lxc-devel@lists.linuxcontainers.org \
--form file=@lxc.tgz \
--form version=master \
--form version=main \
--form description="${GITHUB_SHA}" \
https://scan.coverity.com/builds?project=lxc/lxc
env: