Skip to content

Commit f24c6bc

Browse files
committed
Add workflot dispatch
1 parent 0029fd6 commit f24c6bc

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/basic.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- 'basic/**'
99
- '.github/workflows/basic.yml'
10+
workflow_dispatch:
1011

1112
jobs:
1213
examples:

.github/workflows/faq.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- 'faq/**'
99
- '.github/workflows/faq.yml'
10+
workflow_dispatch:
1011

1112
jobs:
1213
examples:

.github/workflows/rapids.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
paths:
88
- 'rapids/**'
99
- '.github/workflows/rapids.yml'
10+
workflow_dispatch:
1011

1112
jobs:
1213
examples:

0 commit comments

Comments
 (0)