ci: Also run tests for pull requests

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-07-04 07:10:13 +02:00
parent e4313a31ad
commit c61e2cb2ce
+5
View File
@@ -9,6 +9,11 @@ on:
- '.github/workflows/test.yml' - '.github/workflows/test.yml'
- 'tests/**' - 'tests/**'
- 'version.cmake' - 'version.cmake'
pull_request:
paths:
- '.github/workflows/test.yml'
- 'tests/**'
- 'version.cmake'
jobs: jobs:
test: test: