chore(ci): only release on Test run successfull
This commit is contained in:
parent
0ef8d79a12
commit
ce1031812f
|
@ -1,7 +1,10 @@
|
||||||
|
|
||||||
name: Release
|
name: Release
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_run:
|
||||||
|
workflows:
|
||||||
|
- "Test, Lint"
|
||||||
|
types: [ "completed" ]
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- rc
|
- rc
|
||||||
|
|
Loading…
Reference in New Issue