Skip to content

Commit 484b6fd

Browse files
committed
Allow running mirror manually
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 937a36b commit 484b6fd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: Mirror
22
on:
33
push:
44
branches: [main]
5+
workflow_dispatch:
56
pull_request:
67
schedule:
78
- cron: "30 8 * * *"

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
rev: v2.4.1
1414
hooks:
1515
- id: codespell
16-
additional_dependencies: ["tomli>=2.0.1"]
16+
additional_dependencies: ["tomli>=2.2.1"]
1717
- repo: https://github.com/rbubley/mirrors-prettier
1818
rev: "v3.6.2"
1919
hooks:

0 commit comments

Comments
 (0)