소스 검색

Don't test certain changes

Scott Lahteine 4 년 전
부모
커밋
127fb9860c
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5
    0
      .github/workflows/test-builds.yml

+ 5
- 0
.github/workflows/test-builds.yml 파일 보기

@@ -10,6 +10,11 @@ on:
10 10
     branches:
11 11
     - bugfix-2.0.x
12 12
     - dev-2.1.x
13
+    paths-ignore:
14
+    - config/**
15
+    - data/**
16
+    - docs/**
17
+    - '**/*.md'
13 18
 
14 19
 jobs:
15 20
   test_builds:

Loading…
취소
저장