Browse Source

Add CI for pushed commits

Co-Authored-By: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com>
Scott Lahteine 3 years ago
parent
commit
697ef2636e
1 changed files with 8 additions and 0 deletions
  1. 8
    0
      .github/workflows/test-builds.yml

+ 8
- 0
.github/workflows/test-builds.yml View File

14
     - data/**
14
     - data/**
15
     - docs/**
15
     - docs/**
16
     - '**/*.md'
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
 jobs:
26
 jobs:
19
   test_builds:
27
   test_builds:

Loading…
Cancel
Save