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:
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:
|
||||
|
||||
Reference in New Issue
Block a user