aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Martin-Dorel2020-04-29 01:30:14 +0200
committerErik Martin-Dorel2020-04-29 01:59:50 +0200
commit74982be8ec4c15661dc9e74abcde85102ea3b343 (patch)
treecc03eb0f2684429a2b6e62cc43cf30118b4e5093
parent94c6da5c8c9db07f406cd28ca9d6532d09b9df15 (diff)
ci: Build all branches for now
TODO: revert this commit before creating a Pull Request
-rw-r--r--.github/workflows/test.yml5
1 files 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:
- '**'