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: on:
push: push:
branches: branches:
- '**' - development
pull_request: pull_request:
branches: branches:
- '**' - development
# Allow manual dispatch in GH # Allow manual dispatch in GH
workflow_dispatch: workflow_dispatch: