Trigger CI build for all paths

Otherwise it becomes impossible to merge a non-code change without
changing the branch protection configuration of the repository.

Close #306
This commit is contained in:
Hanno Braun 2022-03-09 14:37:42 +01:00
parent ddafc482ec
commit 9f25f779c9

View File

@ -10,9 +10,6 @@ on:
push:
branches:
- main
paths-ignore:
- ".vscode/**"
- "**.md"
pull_request:
types:
- opened