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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

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: