Fix workflow config

This commit is contained in:
Pascal Birchler 2025-04-26 11:46:41 +02:00
parent 931ca42284
commit a8df854c66
No known key found for this signature in database
GPG key ID: 0DECE73DD74E8B2F
2 changed files with 4 additions and 5 deletions

View file

@ -1,10 +1,10 @@
name: Code Quality Checks name: Code Quality Checks


on: on:
pull_request: push:
branches: branches:
- main - main
- master pull_request:


concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}

View file

@ -1,11 +1,10 @@
name: Testing name: Testing


on: on:
pull_request: push:
branches: branches:
- main - main
- master pull_request:
workflow_dispatch:


concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}