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: "*"