ci: run build and test actions for PRs

This commit is contained in:
WebStreamr 2025-11-07 14:01:57 +00:00
parent 57bc4640e5
commit d80ca63dad
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -1,6 +1,7 @@
name: Build
on:
push:
pull_request:
workflow_dispatch:
jobs:
docker:

View file

@ -1,6 +1,7 @@
name: Tests
on:
push:
pull_request:
workflow_dispatch:
jobs:
test: