ci: trigger either on push or pull_request for build workflow

This commit is contained in:
Tim 2024-07-26 13:45:25 +02:00
parent 37103862bd
commit a65f9509bb

View file

@ -3,10 +3,10 @@ name: Build
on:
push:
branches:
- '**'
- development
pull_request:
branches:
- '**'
- development
# Allow manual dispatch in GH
workflow_dispatch: