mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
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:
committed by
intellij-monorepo-bot
parent
b0e6871332
commit
3699f85498
2
.github/workflows/IntelliJ_IDEA.yml
vendored
2
.github/workflows/IntelliJ_IDEA.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user