]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
fix font tagging path
authorMarc Foley <m.foley.88@gmail.com>
Tue, 5 Dec 2023 14:53:37 +0000 (14:53 +0000)
committerMarc Foley <m.foley.88@gmail.com>
Tue, 5 Dec 2023 15:39:54 +0000 (15:39 +0000)
.github/workflows/font_tags.yaml

index 99dcc7719c0cea61948b0f642b287435a3a12ed6..8e761cedddec2ffd69259ec9facb482bc64fafdf 100644 (file)
@@ -4,10 +4,10 @@ name: Font tagging structure
 on:
   push:
     paths:
-    - 'tags/*/*'
+    - 'tags/all/families.csv'
   pull_request:
     paths:
-    - 'tags/*/*'
+    - 'tags/all/families.csv'
 
 jobs:
   test_server_files: