Skip to content

Commit aa69533

Browse files
committed
chore: allow manual CD runs via workflow_dispatch
1 parent f1b1f3e commit aa69533

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
push:
77
branches:
88
- main
9+
workflow_dispatch:
910

1011
jobs:
1112
lint:

0 commit comments

Comments
 (0)