]> git.ipfire.org Git - thirdparty/google/fonts.git/commitdiff
test.yaml: only run when files in ofl, ufl and apache have changed
authorMarc Foley <m.foley.88@gmail.com>
Mon, 3 Mar 2025 14:38:58 +0000 (14:38 +0000)
committerMarc Foley <m.foley.88@gmail.com>
Mon, 3 Mar 2025 15:37:21 +0000 (15:37 +0000)
.github/workflows/test.yaml

index 085743193ae84277eb2a519cde9a6cb9066bf432..06c8ab3a0c5c795c1ad90f943d4faedf3f4e2128 100644 (file)
@@ -1,8 +1,8 @@
 name: Google Fonts QA
 on:
   pull_request:
-    branches:
-    - main
+    paths:
+    - '{ofl,ufl,apache}/*/*'
 
 jobs: