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
on:
schedule:
- cron: "0 0 * * 3"
push:
branches:
- master
@ -15,7 +13,7 @@ jobs:
steps:
- name: Setup Go 1.14
uses: actions/setup-go@v1
uses: actions/setup-go@v2
with:
go-version: 1.14