1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-09-19 20:13:19 +02:00

ci: allow running build

This commit is contained in:
Jozef Steinhübl 2024-05-04 10:17:06 +02:00
parent d031d91a6c
commit 6902744791
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F

View file

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