]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[CI] Add ability to run GA on any push from any branch
authorleft-try <lerest.go@gmail.com>
Thu, 7 Nov 2024 12:48:46 +0000 (18:48 +0600)
committerleft-try <lerest.go@gmail.com>
Thu, 7 Nov 2024 12:48:46 +0000 (18:48 +0600)
.github/workflows/ci.yml

index 07c4cc4d07fe338869545d0077e373c383c63369..c6aa3f74bcd3b89f22b95f98ad277947c56c4414 100644 (file)
@@ -6,7 +6,7 @@ on:
       - master
   push:
     branches:
-      - master
+      - '**'
 
 jobs:
   linters: