Skip to content

Commit 453f2b9

Browse files
committed
ci: allow workflows to be triggered manually
1 parent 1a5b940 commit 453f2b9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: .github/workflows/ci.lint.yml

+1
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
permissions:
1011
contents: read

Diff for: .github/workflows/ci.test.yml

+1
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
permissions:
1011
contents: read

0 commit comments

Comments
 (0)