Cleanup CI trigger events (#3873)

This commit is contained in:
Alexandru Ionut Tripon
2025-06-13 09:13:11 +03:00
committed by GitHub
4 changed files with 12 additions and 2 deletions

View File

@@ -2,8 +2,9 @@ name: Build
on:
push:
branches-ignore:
- "renovate/**"
branches:
- "develop"
- "release-*"
paths:
# File types
- "**.cpp"

View File

@@ -2,6 +2,9 @@ name: "CodeQL Code Scanning"
on:
push:
branches:
- "develop"
- "release-*"
paths:
# File types
- "**.cpp"

View File

@@ -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:
- "*"

View File

@@ -2,6 +2,9 @@ name: Nix
on:
push:
branches:
- "develop"
- "release-*"
tags:
- "*"
paths: