mirror of
https://github.com/imartinez/privateGPT.git
synced 2025-06-28 16:26: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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches: [apolo]
|
||||||
tags: ["v*"]
|
tags: ["v*"]
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [master]
|
branches: [apolo]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
Loading…
Reference in New Issue
Block a user