ci: add dev branch to CI and dual-approval triggers #45

Merged
privilegedescalation-engineer[bot] merged 1 commits from hugh/fix-ci-trigger-dev-branch into dev 2026-05-04 18:30:14 +00:00
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -2,9 +2,9 @@ name: CI
on: on:
push: push:
branches: [main] branches: [main, dev]
pull_request: pull_request:
branches: [main] branches: [main, dev]
workflow_call: workflow_call:
workflow_dispatch: workflow_dispatch:
+1 -1
View File
@@ -9,7 +9,7 @@ on:
pull_request_review: pull_request_review:
types: [submitted, dismissed] types: [submitted, dismissed]
pull_request: pull_request:
branches: [main] branches: [main, dev]
types: [opened, reopened, synchronize] types: [opened, reopened, synchronize]
jobs: jobs: