mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-10 00:48: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:
|
paths:
|
||||||
- 'srcpkgs/**'
|
- 'srcpkgs/**'
|
||||||
push:
|
push:
|
||||||
branches:
|
|
||||||
- 'ci-**'
|
|
||||||
paths:
|
paths:
|
||||||
- 'srcpkgs/**'
|
- 'srcpkgs/**'
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|
Loading…
Reference in a new issue