mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-12 18:08:06 +01:00
ci: allow running build
This commit is contained in:
parent
d031d91a6c
commit
6902744791
1 changed files with 1 additions and 2 deletions
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -5,10 +5,9 @@ on:
|
|||
paths:
|
||||
- 'srcpkgs/**'
|
||||
push:
|
||||
branches:
|
||||
- 'ci-**'
|
||||
paths:
|
||||
- 'srcpkgs/**'
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.ref }}
|
||||
|
|
Loading…
Reference in a new issue