Browse Source

chore(ci): Run publish workflow once per day

Signed-off-by: jld3103 <jld3103yt@gmail.com>
pull/1149/head
jld3103 1 year ago
parent
commit
1c0a5c6fd6
No known key found for this signature in database
GPG Key ID: 9062417B9E8EB7B3
  1. 5
      .github/workflows/publish.yaml

5
.github/workflows/publish.yaml

@ -1,9 +1,8 @@
name: Publish
on:
push:
branches:
- main
schedule:
- cron: '0 5 * * *'
concurrency:
group: publish

Loading…
Cancel
Save