Add CI for pushed commits

Co-Authored-By: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com>
This commit is contained in:
Scott Lahteine 2020-07-05 15:45:14 -05:00
parent 481b8ff2d9
commit 697ef2636e

View File

@ -14,6 +14,14 @@ on:
- data/**
- docs/**
- '**/*.md'
push:
branches:
- bugfix-2.0.x
paths-ignore:
- config/**
- data/**
- docs/**
- '**/*.md'
jobs:
test_builds: