Skip to content

Commit d52214a

Browse files
committed
run after native check
1 parent 9f4d867 commit d52214a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/deploy_maven_package.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@
44
#
55
# see : https://universe.fugerit.org/src/docs/conventions/workflows/deploy_maven_package.html
66

7-
name: CI deploy maven package
7+
name: CI deploy maven package
88

99
on:
10-
push:
10+
workflow_run:
11+
workflows: ["CI maven compatibility check"]
12+
types:
13+
- completed
1114
branches:
12-
- branch-deploy
15+
- branch-deploy
1316

1417
# only allow one workflow at time on the give activation
1518
concurrency:

0 commit comments

Comments
 (0)