Skip to content

Commit 033ffeb

Browse files
committed
Add workflow_dispatch option
1 parent e511a9d commit 033ffeb

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.github/workflows/check-dist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
- main
1212
paths-ignore:
1313
- '**.md'
14+
workflow_dispatch:
1415

1516
permissions:
1617
contents: read

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- main
1010
schedule:
1111
- cron: '30 1 * * 4'
12+
workflow_dispatch:
1213

1314
permissions:
1415
actions: read

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
permissions:
910
actions: read

.github/workflows/linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
pull_request:
88
branches:
99
- main
10+
workflow_dispatch:
1011

1112
permissions:
1213
contents: read

0 commit comments

Comments
 (0)