add workflow dispatch

This commit is contained in:
creating2morrow 2023-06-23 19:53:27 -04:00
parent cefe61acf5
commit d8374976c9

View file

@ -10,6 +10,7 @@ on:
branches: ["v0.*", "!main", "!dev"]
pull_request:
branches: ["v0.*", "!main", "!dev"]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest