chore(ci): only release on Test run successfull

This commit is contained in:
genofire 2023-09-17 01:30:04 +02:00
parent 0ef8d79a12
commit ce1031812f
1 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,10 @@
name: Release name: Release
on: on:
push: workflow_run:
workflows:
- "Test, Lint"
types: [ "completed" ]
branches: branches:
- main - main
- rc - rc