Skip to content

Commit bdc8a6c

Browse files
committed
chore: add workflow_dispatch trigger to CI and Publish workflows
1 parent f264156 commit bdc8a6c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8+
workflow_dispatch:
89

910
jobs:
1011
lint:

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: Publish to npm
66
- completed
77
branches:
88
- main
9+
workflow_dispatch:
910

1011
jobs:
1112
publish:

0 commit comments

Comments
 (0)