Skip to content

Commit

Permalink
DEV: Only run further release steps on tagging (#2600)
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan6419846 committed Apr 17, 2024
1 parent b171422 commit 1d8d3be
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/create-github-release.yaml
Expand Up @@ -5,10 +5,6 @@ on:
tags:
- '*.*.*'
workflow_dispatch:
workflow_run:
workflows: ["Create git tag"]
types:
- completed

permissions:
contents: write
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/publish-to-pypi.yaml
Expand Up @@ -5,10 +5,6 @@ on:
tags:
- '*.*.*'
workflow_dispatch:
workflow_run:
workflows: ["Create git tag"]
types:
- completed

jobs:
build_and_publish:
Expand Down

0 comments on commit 1d8d3be

Please sign in to comment.