ci: Run tests on all branches, and on changes to the workflow

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-07-04 07:07:56 +02:00
parent f3d5d3956c
commit e4313a31ad
+5 -3
View File
@@ -2,11 +2,13 @@ name: Automated Testing
on:
push:
branches-ignore:
- 'documentation'
branches:
- '*'
- '!documentation'
paths:
- 'version.cmake'
- '.github/workflows/test.yml'
- 'tests/**'
- 'version.cmake'
jobs:
test: