From 74982be8ec4c15661dc9e74abcde85102ea3b343 Mon Sep 17 00:00:00 2001 From: Erik Martin-Dorel Date: Wed, 29 Apr 2020 01:30:14 +0200 Subject: ci: Build all branches for now TODO: revert this commit before creating a Pull Request --- .github/workflows/test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 984f0cc5..61f8e30d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -3,8 +3,9 @@ name: CI on: push: branches: - - master - - hybrid + #- master + #- hybrid + - "**" pull_request: branches: - '**' -- cgit v1.2.3