Cleanup CI trigger events (#3873)
This commit is contained in:
commit
2c91629564
4 changed files with 12 additions and 2 deletions
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
|
@ -2,8 +2,9 @@ name: Build
|
|||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- "renovate/**"
|
||||
branches:
|
||||
- "develop"
|
||||
- "release-*"
|
||||
paths:
|
||||
# File types
|
||||
- "**.cpp"
|
||||
|
|
3
.github/workflows/codeql.yml
vendored
3
.github/workflows/codeql.yml
vendored
|
@ -2,6 +2,9 @@ name: "CodeQL Code Scanning"
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "develop"
|
||||
- "release-*"
|
||||
paths:
|
||||
# File types
|
||||
- "**.cpp"
|
||||
|
|
3
.github/workflows/flatpak.yml
vendored
3
.github/workflows/flatpak.yml
vendored
|
@ -2,6 +2,9 @@ name: Flatpak
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "develop"
|
||||
- "release-*"
|
||||
# We don't do anything with these artifacts on releases. They go to Flathub
|
||||
tags-ignore:
|
||||
- "*"
|
||||
|
|
3
.github/workflows/nix.yml
vendored
3
.github/workflows/nix.yml
vendored
|
@ -2,6 +2,9 @@ name: Nix
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "develop"
|
||||
- "release-*"
|
||||
tags:
|
||||
- "*"
|
||||
paths:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue