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:
parent
8df20a372c
commit
d8ac52bd8c
2 changed files with 6 additions and 0 deletions
3
.github/workflows/flatpak.yml
vendored
3
.github/workflows/flatpak.yml
vendored
|
@ -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:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
3
.github/workflows/nix.yml
vendored
3
.github/workflows/nix.yml
vendored
|
@ -2,6 +2,9 @@ name: Nix
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- "develop"
|
||||||
|
- "release-*"
|
||||||
tags:
|
tags:
|
||||||
- "*"
|
- "*"
|
||||||
paths:
|
paths:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue