Add workflow dispatch to CI
This commit is contained in:
parent
90de16529c
commit
94b68f76c9
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user