aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorleft-try <lerest.go@gmail.com>2024-11-07 18:48:46 +0600
committerleft-try <lerest.go@gmail.com>2024-11-07 18:48:46 +0600
commit1f54d0dd714b2580820f480136fa2e64939374c5 (patch)
tree227a57a48d014137105e4a5a8f7b5e6f156471e4 /.github
parentbf23daa22687b96406f5a1b54e1eb8b74765a1a8 (diff)
downloadrspamd-1f54d0dd714b2580820f480136fa2e64939374c5.tar.gz
rspamd-1f54d0dd714b2580820f480136fa2e64939374c5.zip
[CI] Add ability to run GA on any push from any branch
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 07c4cc4d0..c6aa3f74b 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -6,7 +6,7 @@ on:
- master
push:
branches:
- - master
+ - '**'
jobs:
linters: