From 253c31b9e421bc83d7c7044dd5c0bb5180082db4 Mon Sep 17 00:00:00 2001
From: adi1090x
Date: Tue, 6 Sep 2022 15:32:13 +0530
Subject: [PATCH] Updated sponsor workflow
---
.github/workflows/sponsors.yml | 9 +++++----
README.md | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/sponsors.yml b/.github/workflows/sponsors.yml
index 1e1ead8..d9598f5 100644
--- a/.github/workflows/sponsors.yml
+++ b/.github/workflows/sponsors.yml
@@ -1,10 +1,11 @@
name: Generate Sponsors README
+
on:
- push:
- branches:
- - master
+ schedule:
+ - cron: 00 15 * * 0-6
+
jobs:
- deploy:
+ cron:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
diff --git a/README.md b/README.md
index cd58501..f5717c9 100644
--- a/README.md
+++ b/README.md
@@ -172,7 +172,7 @@ bash ~/.config/polybar/launch.sh --material
- 

+
---