From eb6d3d68a9ed880fe0e3e4b6404925d0f4a4c5ad Mon Sep 17 00:00:00 2001 From: saltycrys <73420320+saltycrys@users.noreply.github.com> Date: Thu, 3 Dec 2020 13:06:27 +0100 Subject: [PATCH] Run CI on `api-only` branch, too --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b354538c..affa7337 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,9 @@ name: Invidious CI on: push: - branches: "master" + branches: + - "master" + - "api-only" pull_request: branches: "*"