소스 검색

Add CI for pushed commits (#18549)

Keith Bennett 3 년 전
부모
커밋
2266a4c68a
No account linked to committer's email address
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8
    0
      .github/workflows/test-builds.yml

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

@@ -14,6 +14,14 @@ on:
14 14
     - data/**
15 15
     - docs/**
16 16
     - '**/*.md'
17
+  push:
18
+    branches:
19
+    - bugfix-2.0.x
20
+    paths-ignore:
21
+    - config/**
22
+    - data/**
23
+    - docs/**
24
+    - '**/*.md'
17 25
 
18 26
 jobs:
19 27
   test_builds:

Loading…
취소
저장