Update build-windows.yml

This commit is contained in:
Evan Su 2024-06-23 22:14:51 -04:00 committed by GitHub
parent 321491573a
commit b1c4243262
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,16 +4,8 @@ permissions:
contents: write
on:
push:
paths:
- "src/*.go"
- "src/go.mod"
- "src/go.sum"
branches:
- main
schedule:
- cron: "0 0 * * *"
workflow_dispatch:
jobs:
build: