ci: ensure all workflows are actually run on push to branches

Oops

Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
Seth Flynn 2025-06-12 21:39:11 -04:00
parent 8df20a372c
commit d8ac52bd8c
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
2 changed files with 6 additions and 0 deletions

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: