Update kenzo.yml

This commit is contained in:
有種 2021-09-29 15:15:55 +08:00 committed by GitHub
parent 04286bb364
commit 722de45fd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 7 deletions

View File

@ -2,16 +2,15 @@
name: Update packages name: Update packages
on: on:
repository_dispatch:
workflow_dispatch:
types: published
push: push:
branches: paths:
- main - '.github/workflows/kenzo.yml'
- 'diy/**'
schedule: schedule:
- cron: 0 */24 * * * - cron: 0 */12 * * *
watch: watch:
types: started types: started
repository_dispatch:
env: env:
TZ: Asia/Shanghai TZ: Asia/Shanghai
@ -50,7 +49,6 @@ jobs:
git rm -r --cache * >/dev/null 2>&1 & git rm -r --cache * >/dev/null 2>&1 &
rm -rf `find ./* -maxdepth 0 -type d ! -name "diy"` >/dev/null 2>&1 rm -rf `find ./* -maxdepth 0 -type d ! -name "diy"` >/dev/null 2>&1
$GITHUB_WORKSPACE/${{matrix.target}}.sh $GITHUB_WORKSPACE/${{matrix.target}}.sh
$GITHUB_WORKSPACE/diy/convert_translation.sh
$GITHUB_WORKSPACE/diy/Modify.sh $GITHUB_WORKSPACE/diy/Modify.sh
- name: Upload - name: Upload