Skip to content

Commit

Permalink
Add workflow_dispatch trigger for test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Apr 8, 2024
1 parent c12112b commit 573795b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
name: dist
path: dist
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@release/v1
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- releases
pull_request:
workflow_dispatch:

jobs:
build:
Expand Down

0 comments on commit 573795b

Please sign in to comment.