From 3fe0d43405a0268e516ff746eae12a04be0dff4f Mon Sep 17 00:00:00 2001 From: klever1988 <56048681+klever1988@users.noreply.github.com> Date: Thu, 16 Jan 2020 20:11:02 +0800 Subject: [PATCH] Update offcial_feed.yml --- .github/workflows/offcial_feed.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/offcial_feed.yml b/.github/workflows/offcial_feed.yml index dfe3129..181c5b9 100644 --- a/.github/workflows/offcial_feed.yml +++ b/.github/workflows/offcial_feed.yml @@ -4,8 +4,8 @@ name: NanoPi-R1S H5 FriendlyWrt Build on: push: - branches: - - master + paths: + - '.github/workflows/offcial_feed.yml' schedule: - cron: 0 8 * * 5 # release: @@ -52,7 +52,7 @@ jobs: cp -r ../lede/package/lean package/ #sed -i 's/http.*luci.*/https:\/\/github.com\/coolsnowwolf\/luci/' feeds.conf.default #sed -i 's/http.*feed\/packages.*/https:\/\/github.com\/coolsnowwolf\/packages/' feeds.conf.default - echo 'src-git rosy https://github.com/rosywrt/luci-theme-rosy.git;openwrt-18.06' >> feeds.conf.default + #echo 'src-git rosy https://github.com/rosywrt/luci-theme-rosy.git;openwrt-18.06' >> feeds.conf.default - name: Update Target.mk run: |