Skip to content

Commit d1093db

Browse files
committed
allow running workflows manually
1 parent 452145d commit d1093db

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
on:
2+
workflow_dispatch:
3+
branches: [main]
24
release:
35
types:
46
- published

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
on:
2+
workflow_dispatch:
3+
branches: [main]
24
push:
35
tags:
46
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10

0 commit comments

Comments
 (0)