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"