Skip to content

Commit 26a61c3

Browse files
committed
build: add workflow_dispatch to lint-commit and spectral-checks workflows
1 parent e8e97f5 commit 26a61c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/lint-commit-msg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Lint Commit Messages
22

3-
on: [push, pull_request]
3+
on: [workflow_dispatch, push, pull_request]
44

55
permissions:
66
contents: read

.github/workflows/spectral-checks.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Spectral Checks
22

33
on:
4+
workflow_dispatch:
45
pull_request:
56
push:
67
paths:

0 commit comments

Comments
 (0)