Browse Source

Merge pull request #1149 from nextcloud/chore/ci/run-publish-once-per-day

pull/1150/head
Kate 1 year ago committed by GitHub
parent
commit
51bd7f0d8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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