From 64c13d7bdf085b218658d461337fade436af662a Mon Sep 17 00:00:00 2001 From: ledgerwatch Date: Fri, 22 Apr 2022 12:56:54 +0100 Subject: [PATCH] Update ci.yml (#425) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fa3094ec8..c84a39fc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,10 +4,12 @@ on: branches: - main - stable + - alpha pull_request: branches: - main - stable + - alpha env: CGO_ENABLED: "1" CGO_CXXFLAGS: "-std=c++17"