Skip to content

Commit 0f4e257

Browse files
committed
build: Enable manual trigger of publish workflow
1 parent 2485b86 commit 0f4e257

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Publish
22

33
on:
4+
workflow_dispatch: # enable manual triggering
45
push:
56
tags:
67
- '*'

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Cargo.toml
22
[package]
33
name = "domain-checker"
4-
version = "0.1.0"
4+
version = "0.1.1"
55
description = "Domain checker"
66
authors = ["shane <[email protected]>"]
77
edition = "2021"

0 commit comments

Comments
 (0)