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
This commit is contained in:
Dmitriy.Panov
2025-07-29 08:45:05 +00:00
committed by intellij-monorepo-bot
parent 72c03afaeb
commit b6be792162
+1 -1
View File
@@ -6,7 +6,7 @@ on:
push:
# for each release
tags:
- 'idea/*'
- 'idea/20*'
env:
artifacts_dir: 'out/idea-ce/artifacts'
jobs: