瀏覽代碼

Add CI for pushed commits

Co-Authored-By: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com>
Scott Lahteine 3 年之前
父節點
當前提交
697ef2636e
共有 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…
取消
儲存