From fbab47c3647b20ffeba21e8cdb1c71046fd67714 Mon Sep 17 00:00:00 2001 From: ChanTsune <41658782+ChanTsune@users.noreply.github.com> Date: Thu, 14 Dec 2023 12:03:12 +0900 Subject: [PATCH] :construction_worker: run ci on push to main branch --- .github/workflows/test.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6994ccd..a02d53f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,5 +1,9 @@ -name: 'test-on-pr' -on: [pull_request] +name: test +on: + pull_request: + push: + branches: + - main jobs: test-tauri: