From 256432516c689e0402edc1141fdd83c0ad965d72 Mon Sep 17 00:00:00 2001 From: peaceandwhisky Date: Wed, 2 Oct 2024 16:33:18 +0900 Subject: [PATCH] add ci config for dev branch --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9aa6e15..7b37542 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [ main ] + branches: [ main, dev ] pull_request: - branches: [ main ] + branches: [ main, dev ] jobs: ci: