[CI] Run tests on pull requests instead of git pushes (#1479)

* [CI] Run tests on pull requests instead of git pushes

* Add comment to PR trigger in test-dev.yml

* Update concurrency group for development tests
This commit is contained in:
Ricki Hirner
2025-05-21 11:30:24 +02:00
committed by GitHub
parent 05f6c7ab0b
commit 469c30b511

View File

@@ -1,8 +1,6 @@
name: Development tests
on:
push:
branches:
- '*'
pull_request
concurrency:
group: test-dev-${{ github.ref }}