From f40dea9dc9ebd533a08f6fd82f48734ae1a652a8 Mon Sep 17 00:00:00 2001 From: Milton-Procel <150056843+FranciscoProcel@users.noreply.github.com> Date: Fri, 9 Jan 2026 11:21:15 -0500 Subject: [PATCH] update yalm --- .github/workflows/test_and_curl.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_and_curl.yaml b/.github/workflows/test_and_curl.yaml index 26e0197..a9ef1cd 100644 --- a/.github/workflows/test_and_curl.yaml +++ b/.github/workflows/test_and_curl.yaml @@ -23,7 +23,10 @@ jobs: if: > github.event.pull_request.merged == true && vars.WEBHOOK_ENABLED == 'true' && - github.event.pull_request.base.ref == vars.MAIN_BRANCH + contains( + format(',{0},', vars.ALLOWED_BASE_BRANCHES), + format(',{0},', github.event.pull_request.base.ref) + ) runs-on: ubuntu-latest