ci: add workflow_dispatch trigger for build and tests

This commit is contained in:
WebStreamr 2025-10-28 15:03:17 +00:00
parent 365c2de4e5
commit 79c16d530d
No known key found for this signature in database
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,7 @@
name: Build
on: push
on:
push:
workflow_dispatch:
jobs:
docker:
runs-on: ubuntu-latest

View file

@ -1,5 +1,7 @@
name: Tests
on: push
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest