diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8c48eb1..110d3a4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,6 @@ jobs: release: name: Release - if: github.event_name == 'release' && github.event.action == 'created' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3