ci: fix workflows
This commit is contained in:
parent
a931b2fc2c
commit
13f98e32d3
|
@ -8,7 +8,8 @@ on:
|
||||||
- quickemu
|
- quickemu
|
||||||
- quickget
|
- quickget
|
||||||
- debian/**
|
- debian/**
|
||||||
- *.nix
|
- flake.nix
|
||||||
|
- package.nix
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
@ -16,7 +17,8 @@ on:
|
||||||
- quickemu
|
- quickemu
|
||||||
- quickget
|
- quickget
|
||||||
- debian/**
|
- debian/**
|
||||||
- *.nix
|
- flake.nix
|
||||||
|
- package.nix
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
# TODO: arm64 runner
|
# TODO: arm64 runner
|
||||||
|
|
|
@ -9,7 +9,7 @@ on:
|
||||||
- quickget
|
- quickget
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- **
|
- '**'
|
||||||
paths:
|
paths:
|
||||||
- quickget
|
- quickget
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue