From a9cfba553754826cd5178b08f6acfe84337fba6e Mon Sep 17 00:00:00 2001 From: StackOverflowExcept1on <109800286+StackOverflowExcept1on@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:50:27 +0300 Subject: [PATCH] run CI on this branch --- .github/workflows/PR.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index 70768010602..4e41c5eb4ac 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -2,7 +2,7 @@ name: PR on: pull_request: - branches: [master] + #branches: [master] concurrency: group: ${{ github.workflow }}-${{ github.ref }}