Skip to content

Commit 60467eb

Browse files
committed
ci: run build on dispatch
1 parent 28f21f8 commit 60467eb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/cd-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@ name: "CD: Build & Publish to PyPI, GitHub, and Cachix"
55
# TODO: Generate provenance/hashes
66

77
on:
8+
workflow_dispatch:
89
# TODO: Remove after finished; for testing purposes only
910
pull_request:
10-
push:
11-
tags:
12-
- "v*.*.*"
1311

1412
jobs:
1513
build:

0 commit comments

Comments
 (0)