Add workflow dispatch to CI

This commit is contained in:
Daniel J. Summers 2024-01-30 23:02:45 -05:00 committed by GitHub
parent 90de16529c
commit 94b68f76c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,6 +5,7 @@ on:
branches: [ "main", "htmx-version-2" ] branches: [ "main", "htmx-version-2" ]
pull_request: pull_request:
branches: [ "main" ] branches: [ "main" ]
workflow_dispatch:
jobs: jobs:
build-and-test: build-and-test: