ci: use prerelease logic (#2553)
This commit is contained in:
parent
26ceec5f3c
commit
e898be1b7e
26 changed files with 450 additions and 1194 deletions
4
.github/workflows/localize.yml
vendored
4
.github/workflows/localize.yml
vendored
|
|
@ -3,7 +3,7 @@ name: localize
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [nightly]
|
||||
branches: [master]
|
||||
paths: # prevents workflow from running unless these files change
|
||||
- '.github/workflows/localize.yml'
|
||||
- 'src/**'
|
||||
|
|
@ -85,7 +85,7 @@ jobs:
|
|||
commit-message: New localization template
|
||||
branch: localize/update
|
||||
delete-branch: true
|
||||
base: nightly
|
||||
base: master
|
||||
title: New Babel Updates
|
||||
body: |
|
||||
Update report
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue