From 523319051704e9493145f5243b202de500be94d3 Mon Sep 17 00:00:00 2001 From: Felipe Sales Date: Mon, 8 Jun 2020 10:33:15 -0300 Subject: [PATCH] Update github workflow configs --- .github/workflows/pull-request.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index d9fbe524..f208093a 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -2,7 +2,11 @@ name: PR actions 'on': pull_request: branches: + - 4.x + - 3.x + - 2.x - 1.x + - master jobs: io-app-test: name: IO app test