Browse Source

build: run monthly

tmp/comercial-emacs
Kien Nguyen 3 years ago
parent
commit
f17ad81e5f
  1. 2
      .github/workflows/build.yml

2
.github/workflows/build.yml

@ -9,7 +9,7 @@ on:
# tag:
# Allows you to run this workflow manually from the Actions tab
schedule:
- cron: "0 0 1,15 * *" # biweekly
- cron: "0 0 1 * *" # monthly
workflow_dispatch:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel

Loading…
Cancel
Save