CI: trigger on dev branch for development workflow (#48)

Co-authored-by: Chris Farhood <chris@farhood.org>
This commit was merged in pull request #48.
This commit is contained in:
privilegedescalation-engineer[bot]
2026-05-04 21:19:26 +00:00
committed by GitHub
parent 7ef6e7ee7b
commit 30a38e7ed0
+2 -2
View File
@@ -2,9 +2,9 @@ name: CI
on:
push:
branches: [main]
branches: [main, dev]
pull_request:
branches: [main]
branches: [main, dev]
workflow_dispatch:
workflow_call: