test: Trigger workflow upon push on master (#370)
Some checks failed
Build and Run Tests / Test on ubuntu-latest (push) Failing after 1s

This commit is contained in:
Andreas Schuh 2025-03-31 23:49:02 +01:00 committed by GitHub
parent c1f63a168d
commit 52e94563eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,12 +1,15 @@
name: Build and Run Tests
on:
push:
branches:
- master
pull_request:
branches:
- master
concurrency:
group: check-${{ github.event.pull_request.number }}
group: test-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs: