Skip to content

Commit

Permalink
add workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrede committed Jul 11, 2024
1 parent f753125 commit fbe38d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build-containers.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "build containers"

on:
workflow_dispatch:
push:
branches:
- master
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/push-to-pypi.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Publish Python distribution to PyPI

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

jobs:
build-and-publish:
Expand Down

0 comments on commit fbe38d6

Please sign in to comment.