From 6068946cd14f91485431b28c0e7ac7d277e38f57 Mon Sep 17 00:00:00 2001 From: rabbitism Date: Sat, 16 Nov 2024 00:52:46 +0800 Subject: [PATCH] misc: enable test on push main. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8091707..ac81f27 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,7 +2,7 @@ name: Test on: push: - branches: [ "action/publish" ] + branches: [ "main", "action/publish" ] pull_request: branches: [ "main" ]