Add workflow_dispatch trigger to CI/CD pipeline

This commit is contained in:
Richard Nixon 2026-04-08 03:03:54 +02:00
parent 748613a109
commit 4ce8c6b185

View file

@ -5,6 +5,7 @@ on:
branches: [main]
pull_request:
branches: [main]
workflow_dispatch:
jobs:
ci: