mirror of
https://github.com/bitfireAT/davx5-ose.git
synced 2025-12-23 23:17:50 -05:00
[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:
4
.github/workflows/test-dev.yml
vendored
4
.github/workflows/test-dev.yml
vendored
@@ -1,8 +1,6 @@
|
||||
name: Development tests
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
pull_request
|
||||
|
||||
concurrency:
|
||||
group: test-dev-${{ github.ref }}
|
||||
|
||||
Reference in New Issue
Block a user