diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2024-12-07 17:08:28 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-07 17:08:28 +0600 |
commit | d2a8b3d26c71554e3dda7d7b8f4fe1344587d40a (patch) | |
tree | fd476f3fc37b775c031c261aa658fa08efedc252 /.github/workflows/ci.yml | |
parent | 0ce9d8c3ab64c6e6a3a2d742251aad95d58d7140 (diff) | |
parent | ce300255944762ee096df86b8ee0b5d467cee008 (diff) | |
download | rspamd-d2a8b3d26c71554e3dda7d7b8f4fe1344587d40a.tar.gz rspamd-d2a8b3d26c71554e3dda7d7b8f4fe1344587d40a.zip |
Merge pull request #5216 from left-try/issue#5148
Add `rspamadm` tool to manage last ratelimit hits
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
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: |