chore: add workflow to pull requests

This commit is contained in:
Djuri Baars 2025-08-20 15:12:22 +02:00
parent 1aa1b653a9
commit b358762e70
No known key found for this signature in database
GPG Key ID: 61B9B2DDE5AA3AC1

View File

@ -5,7 +5,10 @@ on:
tags: tags:
- "*" - "*"
workflow_dispatch: workflow_dispatch:
pull_request:
branches:
- main
jobs: jobs:
build: build:
runs-on: docker runs-on: docker