GitHub Actions: allow manual triggering of CI tests

...because sometimes I want to trigger it manually in case of a glitch.
This commit is contained in:
Brian Cunnie
2025-01-20 08:15:08 -08:00
parent 83414d06c6
commit 697d401296

View File

@@ -3,6 +3,7 @@ name: CI Tests
on: on:
push: push:
branches: [main] branches: [main]
workflow_dispatch:
jobs: jobs:
build: build: