diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a987105..3181fd1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,8 +1,11 @@ name: Release Assets on: + # Run workflow upon creation of a new release release: types: [created] + # Allows you to run this workflow manually from the Actions tab + workflow_dispatch: jobs: compress: