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:
@@ -2,6 +2,9 @@ name: Flatpak
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- "develop"
|
||||||
|
- "release-*"
|
||||||
# We don't do anything with these artifacts on releases. They go to Flathub
|
# We don't do anything with these artifacts on releases. They go to Flathub
|
||||||
tags-ignore:
|
tags-ignore:
|
||||||
- "*"
|
- "*"
|
||||||
|
|||||||
@@ -2,6 +2,9 @@ name: Nix
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- "develop"
|
||||||
|
- "release-*"
|
||||||
tags:
|
tags:
|
||||||
- "*"
|
- "*"
|
||||||
paths:
|
paths:
|
||||||
|
|||||||
Reference in New Issue
Block a user