disable tests on push

This commit is contained in:
Luca Bilke 2024-05-24 14:08:26 +02:00
parent d360945ecc
commit 70ac820bae
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 }}