ci(build): run workflow on pull requests

This commit is contained in:
Tim 2024-07-23 08:29:08 +02:00
parent 92586ee9c1
commit 7a1597e5fa

View file

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