Skip to content

Commit 0f7f200

Browse files
committed
chore(ci): added workflow dispatch as triggers
1 parent 8167223 commit 0f7f200

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/documentation.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Documentation
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
jobs:
89
deploy_docs:

.github/workflows/tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
pull_request:
66
branches:
77
- main
8+
workflow_dispatch:
89

910
concurrency:
1011
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)