Skip to content

Commit

Permalink
allow manual trigger of workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
simongregorebner committed Jul 21, 2022
1 parent b460605 commit 0b55121
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/conda_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: conda_publish
on:
release:
types: [published, edited]
workflow_dispatch:

jobs:
publish:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pypi_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ name: pypi_publish
on:
release:
types: [published]
workflow_dispatch:

permissions:
contents: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/python_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
workflow_dispatch:

permissions:
contents: read
Expand Down

0 comments on commit 0b55121

Please sign in to comment.