From b4f4d2ad389bfa078aaa02dbe97c518c22449999 Mon Sep 17 00:00:00 2001 From: mesqueeb Date: Wed, 31 May 2023 16:59:22 +0900 Subject: [PATCH] build: update main branch --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 246c898..22a899b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,7 +1,7 @@ name: Test on: push: - branches: 'dev' + branches: 'production' paths: - src/** - test/** @@ -10,7 +10,7 @@ on: - '*.json' - .github/workflows/test.yml pull_request: - branches: 'dev' + branches: 'production' paths: - src/** - test/**