diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 74d026de..a1e18ce6 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -6,7 +6,7 @@ name: CI on: # Triggers the workflow when a release is publsihed or updated release: - types: [ published, edited ] + types: [ published ] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: