Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Commit adee72a

Browse files
committed
Add on release in ci pipeline
1 parent 36333c4 commit adee72a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
push:
77
branches:
88
- development
9+
release:
10+
types: [published]
11+
912
concurrency:
1013
# one instance of runing pipeline allowed per branch.
1114
# On master, we want all builds to complete even if merging happens faster for better reliability and to make it easier to discover at which point something broke.

0 commit comments

Comments
 (0)