From 8aacfdaa95c797bf90d5e635dd800c6fd851ab3e Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Wed, 25 Oct 2023 15:14:12 +0900 Subject: [PATCH] [workflows] Allow to check pr test on all branches This commit allows check PR test on all branches. ONE-vscode-DCO-1.0-Signed-off-by: Jiyoung Yun --- .github/workflows/check-pr-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/check-pr-test.yml b/.github/workflows/check-pr-test.yml index 4894be9c5..1cd31f9d5 100644 --- a/.github/workflows/check-pr-test.yml +++ b/.github/workflows/check-pr-test.yml @@ -2,7 +2,6 @@ name: Check PR test on: pull_request: - branches: [ main ] jobs: check-test: