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

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

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

View file

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

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

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