Add workflow_dispatch to build workflow

This commit is contained in:
2025-01-23 12:53:27 +01:00
committed by GitHub
parent 98f3aeecf1
commit 336c5cbdf0

View File

@@ -8,6 +8,7 @@ on:
branches: [master, next]
pull_request:
branches: [master, next]
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: