Skip to content

Commit

Permalink
ci: add workflow_dispatch for manual test against HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jan 10, 2022
1 parent 50199e2 commit 088dfe1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Build releases and (on tags) publish to PyPI
# This is a GitHub workflow defining a set of jobs with a set of steps.
# ref: https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions
#
name: Release

# always build releases (to make sure wheel-building works)
# but only publish to PyPI on tags
on:
push:
pull_request:
workflow_dispatch:

jobs:
build-release:
Expand Down

0 comments on commit 088dfe1

Please sign in to comment.