Cleanup CI trigger events (#3873)
Some checks failed
CodeQL Code Scanning / CodeQL (push) Has been cancelled
Flatpak / Build (aarch64) (push) Has been cancelled
Flatpak / Build (x86_64) (push) Has been cancelled
Nix / Build (x86_64-darwin) (push) Has been cancelled
Nix / Build (aarch64-darwin) (push) Has been cancelled
Nix / Build (x86_64-linux) (push) Has been cancelled
Nix / Build (aarch64-linux) (push) Has been cancelled

This commit is contained in:
Alexandru Ionut Tripon 2025-06-13 09:13:11 +03:00 committed by GitHub
commit 2c91629564
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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: