Merge pull request #475 from Loyalsoldier/master

Update workflow
This commit is contained in:
Kslr 2020-06-06 11:40:49 +08:00 committed by GitHub
commit cb29ece749
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