From b6be792162abd2875aca99f364efb55f734bb41b Mon Sep 17 00:00:00 2001 From: "Dmitriy.Panov" Date: Tue, 29 Jul 2025 10:41:30 +0200 Subject: [PATCH] GitHub workflow trigger is updated for release tags there are two kinds of release tags: build-number-based and marketing-version-based, no need to trigger GitHub workflows for both since they're put on the same commits GitOrigin-RevId: 658ed5026db9903ac6a1cc0522100c05fd55ff79 --- .github/workflows/IntelliJ_IDEA.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/IntelliJ_IDEA.yml b/.github/workflows/IntelliJ_IDEA.yml index 35d05142b501..8b98d10aaba6 100644 --- a/.github/workflows/IntelliJ_IDEA.yml +++ b/.github/workflows/IntelliJ_IDEA.yml @@ -6,7 +6,7 @@ on: push: # for each release tags: - - 'idea/*' + - 'idea/20*' env: artifacts_dir: 'out/idea-ce/artifacts' jobs: