2019-12-26 10:12:38 +08:00
|
|
|
name: Auto build new list
|
2019-12-26 10:06:33 +08:00
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- dev
|
|
|
|
schedule:
|
|
|
|
- cron: "1 13 */6 * *"
|
|
|
|
jobs:
|
|
|
|
build:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v1
|
|
|
|
- name: Run start.sh
|
|
|
|
run: |
|
2019-12-26 10:12:38 +08:00
|
|
|
./start.sh
|