mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-28 16:37:44 +00:00
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:
parent
4c5f4e7d4b
commit
d18f993b39
2
.github/workflows/cifuzz.yml
vendored
2
.github/workflows/cifuzz.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
- 'meson_options.txt'
|
||||
- 'src/**'
|
||||
branches:
|
||||
- master
|
||||
- main
|
||||
permissions:
|
||||
contents: read
|
||||
jobs:
|
||||
|
4
.github/workflows/coverity.yml
vendored
4
.github/workflows/coverity.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user