disable test on push

This commit is contained in:
Luca Bilke 2024-05-24 13:56:57 +02:00
parent 2d1554ce67
commit 9190f7bcd8
No known key found for this signature in database
GPG Key ID: B753481DA0B6FA47
1 changed files with 5 additions and 5 deletions

View File

@ -6,11 +6,11 @@ on:
- "master" - "master"
paths: paths:
- "srcpkgs/**" - "srcpkgs/**"
push: # push:
branches: # branches:
- "dev-**" # - "dev-**"
paths: # paths:
- "srcpkgs/**" # - "srcpkgs/**"
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}