@@ -1,8 +1,9 @@
name: "Publish"
on:
- release:
- types: [created]
+ push:
+ branches:
+ - main
concurrency: ${{ github.workflow }}-${{ github.ref }}