test semantic versioning

This commit is contained in:
Schmieder, Jacob
2024-05-21 07:58:36 +00:00
parent 16b517fa8f
commit d4b328775e
+4 -6
View File
@@ -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 }}