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: Semantic Versioning
name: Release
on: on: push
pull_request: # pull_request:
types: [closed] # types: [closed]
jobs: jobs:
build: build:
@@ -17,6 +16,5 @@ jobs:
with: with:
release_branch: pyproject.toml release_branch: pyproject.toml
release_strategy: none release_strategy: none
env: env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }} GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}