Parcourir la source

Add ChangeLog to paths-ignore in test.yml

Ryan C. Thompson il y a 4 ans
Parent
commit
3c48291433
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      .github/workflows/test.yml

+ 2 - 0
.github/workflows/test.yml

@@ -4,9 +4,11 @@ on:
   push:
     paths-ignore:
       - '**.md'
+      - 'ChangeLog'
   pull_request:
     paths-ignore:
       - '**.md'
+      - 'ChangeLog'
 
 jobs:
   test: