From 2982c98e22b525013b5dc995e7f7a5242f0bb880 Mon Sep 17 00:00:00 2001 From: Igor Artamonov Date: Mon, 31 Aug 2020 21:58:00 -0400 Subject: [PATCH] problem: doesn't test commits to release updates --- .github/workflows/test.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 94e7ab18..b8a4be24 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -1,12 +1,16 @@ name: Tests on: - # if pushed directly to the master + # if pushed directly push: branches: - master + - release/* # on a pull request pull_request: + branches: + - master + - release/* jobs: unit-test: