From af30361f72eacc0cba54952c6b1371f1b2f52485 Mon Sep 17 00:00:00 2001 From: grossmj Date: Mon, 19 Oct 2020 18:31:38 +1030 Subject: [PATCH] Enable GitHub Actions for 3.0 branch --- .github/workflows/testing.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 02e2f68d..08fd0e2e 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -2,9 +2,13 @@ name: testing on: push: - branches: [ master ] + branches: + - master + - 3.0 pull_request: - branches: [ master ] + branches: + - master + - 3.0 jobs: build: