Commit c441616
Changed files (1)
.github
workflows
.github/workflows/release.yml
@@ -2,11 +2,9 @@ name: Release
on:
workflow_dispatch:
- workflow_run:
- workflows: ['test']
- branches: ['master']
- types:
- - completed
+ push:
+ branches:
+ - master
permissions:
contents: write