diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9516f1c..d0ae241 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,8 +1,8 @@ name: Release on: - push: - branches: [ "master" ] + release: + types: [ "created" ] jobs: build: @@ -19,4 +19,4 @@ jobs: uses: softprops/action-gh-release@v2 if: github.ref_type == 'tag' with: - files: observer \ No newline at end of file + files: observer