mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 09:20:15 +01:00
🤖 ci: locize-pull-published-sync-pr.yml (#5763)
* fix: ci for locize-pull-published-sync-pr.yml * fix: ci for locize-pull-published-sync-pr.yml * fixed missing parameter: base: main * removed running on pull_request
This commit is contained in:
parent
96f1133f0d
commit
1f31171fca
1 changed files with 4 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
||||||
name: Create Translation PR on Version Published
|
name: Create Translation PR on Version Published
|
||||||
|
|
||||||
on:
|
on:
|
||||||
# testing
|
# do not run during PR request only on push and repository_dispatch
|
||||||
pull_request:
|
# pull_request:
|
||||||
branches:
|
# branches:
|
||||||
- main
|
# - main
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
repository_dispatch:
|
repository_dispatch:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue