mirror of https://github.com/PCSX2/pcsx2.git
CI/Linux: Enable daily Flathub builds
This commit is contained in:
parent
d0ce4c52b0
commit
7cda571d72
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue