From e53a4c437e3e23c1e22ed0e75d111f590753e378 Mon Sep 17 00:00:00 2001 From: nyagami Date: Fri, 29 Nov 2024 15:11:16 +0700 Subject: [PATCH] revert github action file --- .github/workflows/host_plugins.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/host_plugins.yml b/.github/workflows/host_plugins.yml index 5b75edb66..f00c6f7c9 100644 --- a/.github/workflows/host_plugins.yml +++ b/.github/workflows/host_plugins.yml @@ -3,10 +3,11 @@ name: Publish Plugins on: push: branches: - - fix/webui + - master jobs: Publish: + if: github.repository == 'LNReader/lnreader-plugins' runs-on: ubuntu-latest steps: - uses: actions/checkout@v3