Add CI for pushed commits
Co-Authored-By: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com>
This commit is contained in:
parent
481b8ff2d9
commit
697ef2636e
8
.github/workflows/test-builds.yml
vendored
8
.github/workflows/test-builds.yml
vendored
@ -14,6 +14,14 @@ on:
|
||||
- data/**
|
||||
- docs/**
|
||||
- '**/*.md'
|
||||
push:
|
||||
branches:
|
||||
- bugfix-2.0.x
|
||||
paths-ignore:
|
||||
- config/**
|
||||
- data/**
|
||||
- docs/**
|
||||
- '**/*.md'
|
||||
|
||||
jobs:
|
||||
test_builds:
|
||||
|
Loading…
Reference in New Issue
Block a user