Skip to content

Commit 98e3a5c

Browse files
C-Achardderuyter92
andauthored
Update .github/workflows/python-package.yml
Include the manual dispatch trigger, in case we'd ever want to run the CI manually Co-authored-by: Jaap de Ruyter van Steveninck <32810691+deruyter92@users.noreply.github.com>
1 parent 77d2ef7 commit 98e3a5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ name: Build, validate & Release
55
# - For releases: when you push a tag like v1.2.3, this workflow runs the full matrix validation, then builds the release artifacts, and finally publishes to PyPI if all checks pass.
66

77
on:
8+
workflow_dispatch:
89
# Release pipeline: run only when pushing a version-like tag (e.g. v1.2.3)
910
# Test pipeline: run tests on main/master pushes & pull requests AND tags.
1011
push:

0 commit comments

Comments
 (0)