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