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


(cherry picked from commit 658ed5026db9903ac6a1cc0522100c05fd55ff79)

GitOrigin-RevId: e140db86302cb37364cbd74290a154708f655f59
This commit is contained in:
Dmitriy.Panov
2025-07-29 10:41:30 +02:00
committed by intellij-monorepo-bot
parent b0e6871332
commit 3699f85498

View File

@@ -6,7 +6,7 @@ on:
push: push:
# for each release # for each release
tags: tags:
- 'idea/*' - 'idea/20*'
env: env:
artifacts_dir: 'out/idea-ce/artifacts' artifacts_dir: 'out/idea-ce/artifacts'
jobs: jobs: