Add CI for pushed commits (#18549)
This commit is contained in:
parent
81cc803ade
commit
2266a4c68a
8
.github/workflows/test-builds.yml
vendored
8
.github/workflows/test-builds.yml
vendored
|
@ -14,6 +14,14 @@ on:
|
||||||
- data/**
|
- data/**
|
||||||
- docs/**
|
- docs/**
|
||||||
- '**/*.md'
|
- '**/*.md'
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- bugfix-2.0.x
|
||||||
|
paths-ignore:
|
||||||
|
- config/**
|
||||||
|
- data/**
|
||||||
|
- docs/**
|
||||||
|
- '**/*.md'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test_builds:
|
test_builds:
|
||||||
|
|
Loading…
Reference in a new issue