ci: fix workflows

This commit is contained in:
Martin Wimpress 2024-07-02 12:58:54 +01:00
parent a931b2fc2c
commit 13f98e32d3
No known key found for this signature in database
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -9,7 +9,7 @@ on:
- quickget - quickget
pull_request: pull_request:
branches: branches:
- ** - '**'
paths: paths:
- quickget - quickget