Skip to content

Commit cb3f2f6

Browse files
committed
Fix workflow triggers and generator imports
1 parent f2133e4 commit cb3f2f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/generate-codenameone-skins.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
paths:
7+
- '.github/workflows/**'
78
- '**/*.yml'
89
- '**/*.yaml'
910

scripts/generate_missing_skins.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import hashlib
2121
import json
2222
from pathlib import Path
23-
from typing import Dict, List, Tuple
23+
from typing import Dict, Iterable, List, Tuple
2424
from zipfile import ZIP_DEFLATED, ZipFile
2525

2626
REPO_ROOT = Path(__file__).resolve().parents[1]

0 commit comments

Comments
 (0)