-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
- 'meson_options.txt' | ||
- 'src/**' | ||
branches: | ||
- master | ||
- main | ||
permissions: | ||
contents: read | ||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 protected] \ | ||
--form [email protected] \ | ||
--form version=master \ | ||
--form version=main \ | ||
--form description="${GITHUB_SHA}" \ | ||
https://scan.coverity.com/builds?project=lxc/lxc | ||
env: | ||
|