From 865729a440639a362b823b1bcbbc9a2cd2edcc6b Mon Sep 17 00:00:00 2001 From: Gyubong Date: Tue, 2 Jan 2024 14:03:38 +0900 Subject: [PATCH] Update test.yml --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index baa62f39..729c0465 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,8 +1,10 @@ name: Build, Lint, and Test on: + push: + branches: [ "*" ] pull_request: - branches: [ "main" ] + branches: [ "*" ] workflow_dispatch: permissions: