diff options
| author | saltycrys <73420320+saltycrys@users.noreply.github.com> | 2020-12-03 13:06:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-03 13:06:27 +0100 |
| commit | eb6d3d68a9ed880fe0e3e4b6404925d0f4a4c5ad (patch) | |
| tree | d8cbd4f95bbb3f3368d4b86334afef93e9b2798e /.github | |
| parent | 21c1450e4adea2a27304cf921f7445d4dc5ca5c8 (diff) | |
| download | invidious-eb6d3d68a9ed880fe0e3e4b6404925d0f4a4c5ad.tar.gz invidious-eb6d3d68a9ed880fe0e3e4b6404925d0f4a4c5ad.tar.bz2 invidious-eb6d3d68a9ed880fe0e3e4b6404925d0f4a4c5ad.zip | |
Run CI on `api-only` branch, too
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 3 insertions, 1 deletions
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: "*" |
