Update sync_clone_scripts_master_from_git.yml

This commit is contained in:
lan-tianxiang
2021-06-15 23:28:50 +08:00
committed by GitHub
parent 95b724d1af
commit 3769141474

View File

@ -1,11 +1,11 @@
name: Sync_Js_Tool_From_Gitee
name: sync_clone_scripts_master_from_git
on:
push:
branches:
- A1
- master
workflow_dispatch:
schedule:
- cron: '*/10 * * * *'
- cron: '0 */2 * * *'
jobs:
sync:
runs-on: ubuntu-18.04