]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
Fix CI paths 9142/head
authorSimon Cozens <simon@simon-cozens.org>
Tue, 4 Mar 2025 16:20:12 +0000 (16:20 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Tue, 4 Mar 2025 16:20:12 +0000 (16:20 +0000)
.github/workflows/test.yaml

index 06c8ab3a0c5c795c1ad90f943d4faedf3f4e2128..5a91bfc000204b356457cb4811b948ec53544e45 100644 (file)
@@ -2,7 +2,9 @@ name: Google Fonts QA
 on:
   pull_request:
     paths:
-    - '{ofl,ufl,apache}/*/*'
+    - 'ofl/*/*'
+    - 'ufl/*/*'
+    - 'apache/*/*'
 
 jobs: