Run CI on api-only branch, too

This commit is contained in:
saltycrys 2020-12-03 13:06:27 +01:00 committed by GitHub
parent 21c1450e4a
commit eb6d3d68a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,9 @@ name: Invidious CI
on:
push:
branches: "master"
branches:
- "master"
- "api-only"
pull_request:
branches: "*"