Skip to content

Commit 7658a3a

Browse files
authored
Add workflow_dispatch trigger to CD workflow
1 parent 8c5f411 commit 7658a3a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ on:
1111
release:
1212
types:
1313
- created
14-
14+
workflow_dispatch:
15+
1516
jobs:
1617
build:
1718
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)