diff options
-rw-r--r-- | .github/workflows/release.yaml | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fd0547f..f3e90d9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -1,11 +1,6 @@ name: Build and Release -on: - push: - branches: - - master - release: - types: [created] +on: workflow_dispatch jobs: build-and-release: |