From: left-try Date: Thu, 7 Nov 2024 12:48:46 +0000 (+0600) Subject: [CI] Add ability to run GA on any push from any branch X-Git-Tag: 3.11.0~18^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f54d0dd714b2580820f480136fa2e64939374c5;p=thirdparty%2Frspamd.git [CI] Add ability to run GA on any push from any branch --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 07c4cc4d07..c6aa3f74bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: - master push: branches: - - master + - '**' jobs: linters: