mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
fix(ci): no cache and enable run manually for branches.yml
This commit is contained in:
parent
43fb701425
commit
2a03eb7740
1 changed files with 2 additions and 2 deletions
4
.github/workflows/branches.yml
vendored
4
.github/workflows/branches.yml
vendored
|
@ -1,6 +1,7 @@
|
|||
name: Synchronize Branches
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
branches:
|
||||
- 'dev'
|
||||
|
@ -12,7 +13,7 @@ on:
|
|||
jobs:
|
||||
weblate:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.event.pull_request.merged == true || github.event.action == 'published'
|
||||
if: github.event.pull_request.merged == true || github.event.action == 'published' || github.event_name == 'workflow_dispatch'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@ -21,7 +22,6 @@ jobs:
|
|||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.10'
|
||||
cache: pip
|
||||
|
||||
- name: Install wlc
|
||||
run: pip install wlc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue