diff --git a/.github/semver.yml b/.github/semver.yml index a351a3d..5d7d05c 100644 --- a/.github/semver.yml +++ b/.github/semver.yml @@ -1,9 +1,8 @@ -# .github/workflows/release.yml -name: Release +name: Semantic Versioning -on: - pull_request: - types: [closed] +on: push + # pull_request: + # types: [closed] jobs: build: @@ -17,6 +16,5 @@ jobs: with: release_branch: pyproject.toml release_strategy: none - env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}