Add CI for pushed commits (#18549)

This commit is contained in:
Keith Bennett
2020-07-05 13:46:00 -07:00
committed by GitHub
parent 81cc803ade
commit 2266a4c68a

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: