Update workflow

This commit is contained in:
Loyalsoldier 2020-06-06 10:40:14 +08:00 committed by GitHub
parent cedb091992
commit 05602ae831
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,5 @@
name: Build dlc.dat name: Build dlc.dat
on: on:
schedule:
- cron: "0 0 * * 3"
push: push:
branches: branches:
- master - master
@ -15,7 +13,7 @@ jobs:
steps: steps:
- name: Setup Go 1.14 - name: Setup Go 1.14
uses: actions/setup-go@v1 uses: actions/setup-go@v2
with: with:
go-version: 1.14 go-version: 1.14