From 21d189eb52f5042de2668f9eee48696205a87442 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 14 Jan 2020 09:18:34 -0300 Subject: [PATCH] Enable GitHub actions for 'features' --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b1bae1c18..d6e5ddd1d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,9 +10,11 @@ on: push: branches: - master + - features pull_request: branches: - master + - features jobs: build: