diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1d8e646..18427f4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -5,7 +5,7 @@ env: on: release: # Only use the types keyword to narrow down the activity types that will trigger your workflow. - types: [published, created, edited] + types: [published, edited] jobs: buildx: