diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fbaf1dc..fc444ab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,15 +1,8 @@ -# This is a basic workflow to help you get started with Actions +name: Upload release -name: CI - -# Controls when the workflow will run on: - # Triggers the workflow on push or pull request events but only for the "main" branch release: - types: ["published"] - - # Allows you to run this workflow manually from the Actions tab - workflow_dispatch: + types: [ "published" ] # A workflow run is made up of one or more jobs that can run sequentially or in parallel jobs: