mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-06-27 15:58:56 +00:00
Fix workflow branch name
This commit is contained in:
parent
49203c7a72
commit
0cc64ca42e
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…
Reference in New Issue
Block a user