From f7048f265ffebb4ea5319519e6d4d7cf26dc3e23 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sun, 15 May 2022 23:19:16 +0200 Subject: [PATCH] Enable CI builds on staging/trying --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3601f8..cd4871a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,6 +2,8 @@ on: push: branches: - master + - staging + - trying pull_request: name: Continuous integration