diff --git a/.github/workflows/auto-release.yml b/.github/workflows/auto-release.yml index c21e96c..c556404 100644 --- a/.github/workflows/auto-release.yml +++ b/.github/workflows/auto-release.yml @@ -2,11 +2,9 @@ name: Automatic Release run-name: Release a new version of the icon pack on PR's merging on: - pull_request: - types: - - closed + push: branches: - - 'main' + - main jobs: semantic-release: