From 891372903dca3329e2712cf16140b6123b9a4318 Mon Sep 17 00:00:00 2001 From: Kinostrome <69828658+Kinostrome@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:31:08 +0700 Subject: [PATCH] Ensure that Github Actions runs on alpha-vew as well (#45) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9db3a2ae..7dc90a4b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: [master] + branches: [master, alpha-v2] pull_request: - branches: [master] + branches: [master, alpha-v2] jobs: build: