CI/Linux: Enable daily Flathub builds

This commit is contained in:
Connor McLaughlin 2023-06-30 20:00:32 +10:00 committed by GitHub
parent d0ce4c52b0
commit 7cda571d72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
name: 📦 Publish Flathub Release
on:
#schedule:
# - cron: "0 0 * * *" # Every day at 12am UTC.
schedule:
- cron: "0 0 * * *" # Every day at 12am UTC.
workflow_dispatch: # As well as manually.
jobs:
@ -36,6 +36,6 @@ jobs:
compiler: clang
cmakeflags: ""
publish: true
branch: beta
branch: stable
secrets: inherit