Skip to content

Commit ed2ada9

Browse files
committed
chore: add workflow dispatch triggers
1 parent 0009cea commit ed2ada9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ on:
1414
- "docs/**"
1515
- "README.md"
1616

17+
workflow_dispatch:
18+
1719
concurrency:
1820
# Support push/pr as event types with different behaviors each:
1921
# 1. push: queue up builds

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- "docs/**"
99
- "README.md"
1010

11+
workflow_dispatch:
12+
1113
jobs:
1214
release:
1315
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)