From 2266a4c68a63273e40975d66d0165e3c35a085ea Mon Sep 17 00:00:00 2001
From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com>
Date: Sun, 5 Jul 2020 13:46:00 -0700
Subject: [PATCH] Add CI for pushed commits (#18549)

---
 .github/workflows/test-builds.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/workflows/test-builds.yml b/.github/workflows/test-builds.yml
index 75c6178356..dee8431e8d 100644
--- a/.github/workflows/test-builds.yml
+++ b/.github/workflows/test-builds.yml
@@ -14,6 +14,14 @@ on:
     - data/**
     - docs/**
     - '**/*.md'
+  push:
+    branches:
+    - bugfix-2.0.x
+    paths-ignore:
+    - config/**
+    - data/**
+    - docs/**
+    - '**/*.md'
 
 jobs:
   test_builds:
-- 
GitLab