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