fix: enable CI on feature branches and add workflow_dispatch #13

Merged
privilegedescalation-engineer[bot] merged 1 commits from hugh/fix-workflow-dispatch into main 2026-05-04 18:26:46 +00:00
+5 -1
View File
@@ -2,9 +2,13 @@ name: CI
on:
push:
branches: [main]
branches: ['**']
pull_request:
branches: [main]
workflow_dispatch:
permissions:
contents: read
jobs:
ci: