From 245d5e64a076eaf1666288be8cfc7aada52b8f0f Mon Sep 17 00:00:00 2001 From: Barcode Betty Date: Sun, 19 Apr 2026 11:51:24 +0000 Subject: [PATCH] ci: trigger on dev branch push alongside main Co-Authored-By: Paperclip --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c10f9c..1fc54c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [main] + branches: [main, dev] pull_request: - branches: [main] + branches: [main, dev] concurrency: group: ci-${{ github.ref }}