From bc1cf11cc1712f9909071a0a07d08c63ae30e14f Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Fri, 8 Sep 2023 17:20:45 +0900 Subject: enable github actions on the dev branch --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/test.yml') diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9c9e459..4f34034 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,9 +2,9 @@ name: test on: push: - branches: [ "main" ] + branches: [ "main", "dev" ] pull_request: - branches: [ "main" ] + branches: [ "main", "dev" ] env: BUILD_TYPE: Release -- cgit v1.2.3