We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85def34 commit cc064f9Copy full SHA for cc064f9
.github/workflows/decky-plugins.yml
@@ -1,7 +1,8 @@
1
name: Update decky-plugins
2
on:
3
- pull_request:
4
- push:
+ schedule:
+ - cron: "0 0 1 * *"
5
+ workflow_dispatch
6
jobs:
7
update-plugins:
8
runs-on: ubuntu-latest
0 commit comments