ci: add dev branch to CI pull_request trigger #310

Closed
groombook-engineer[bot] wants to merge 1 commits from ci-dev-trigger into dev
Showing only changes of commit db43efc6e6 - Show all commits
+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:
inputs:
ref: