Skip to content

Commit fedd60e

Browse files
authored
ci: allow manual triggering of workflow (#6515)
1 parent 99a0bd3 commit fedd60e

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
pull_request:
1414
paths-ignore:
1515
- '*.md'
16+
workflow_dispatch:
1617

1718
permissions:
1819
contents: read

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ on:
1919
branches: ["master"]
2020
schedule:
2121
- cron: "0 0 * * 1"
22+
workflow_dispatch:
2223

2324
permissions:
2425
contents: read

.github/workflows/legacy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ on:
1313
pull_request:
1414
paths-ignore:
1515
- '*.md'
16-
16+
workflow_dispatch:
17+
1718
permissions:
1819
contents: read
1920

0 commit comments

Comments
 (0)