mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 17:05:41 +01:00
Fix workflow branch name
This commit is contained in:
parent
49203c7a72
commit
0cc64ca42e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/apolo-release.yml
vendored
4
.github/workflows/apolo-release.yml
vendored
|
|
@ -2,10 +2,10 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [apolo]
|
||||
tags: ["v*"]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [apolo]
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue