Merge pull request #2070 from drwetter/gha_actions_improve

Also run GHA for PRs
This commit is contained in:
Dirk Wetter
2021-12-13 18:19:49 +01:00
committed by GitHub

View File

@ -13,6 +13,7 @@ on:
- 'LICENSE' - 'LICENSE'
- 'Dockerfile' - 'Dockerfile'
pull_request: pull_request:
paths-ignore:
- 'utils/**' - 'utils/**'
- 'docs/**' - 'docs/**'
- 'bin/**' - 'bin/**'