From 4e299a23a421a5b1717eb6664b5a25cd9d30ff27 Mon Sep 17 00:00:00 2001 From: Kentaro Ohkouchi Date: Thu, 27 Jul 2023 09:54:26 +0900 Subject: [PATCH] Add testing of master 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 1ecb9fe8..04476011 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: matrix: os: [ ubuntu-latest, ubuntu-20.04, macos-latest, macos-11 ] branch: - # - 'master' + - 'master' - 'now' chrome_version: - 'current' @@ -80,7 +80,7 @@ jobs: matrix: os: [ ubuntu-latest, ubuntu-20.04, macos-latest, macos-11 ] branch: - # - 'master' + - 'master' - 'now' steps: - uses: actions/checkout@v3