From c95af32bbbbf65638ad809645cd1610eaf85ff2b Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 24 Feb 2021 10:15:31 +0100 Subject: [PATCH] compile on actions --- .github/workflows/rssguard.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/rssguard.yml b/.github/workflows/rssguard.yml index 77431d79b..9469d086c 100755 --- a/.github/workflows/rssguard.yml +++ b/.github/workflows/rssguard.yml @@ -3,10 +3,8 @@ name: rssguard on: push: - branches: ["master"] + branches: ["master", "version-4"] tags: ["*"] - pull_request: - branches: ["master"] jobs: build-rssguard: