Skip to content

Commit

Permalink
Workflow commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MadScrewdriver committed Aug 19, 2023
1 parent df44cc8 commit 2ec1963
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
name: Upload Python Package

on:
release:
types: [published]
workflow_run:
workflows: ["Release Workflow]
types:
- completed

permissions:
contents: read
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: Release Workflow

on:
release:
types:
- created
types: [published]

jobs:
bump-version:
Expand Down

0 comments on commit 2ec1963

Please sign in to comment.