diff options
author | left-try <lerest.go@gmail.com> | 2024-11-07 18:48:46 +0600 |
---|---|---|
committer | left-try <lerest.go@gmail.com> | 2024-11-07 18:48:46 +0600 |
commit | 1f54d0dd714b2580820f480136fa2e64939374c5 (patch) | |
tree | 227a57a48d014137105e4a5a8f7b5e6f156471e4 /.github | |
parent | bf23daa22687b96406f5a1b54e1eb8b74765a1a8 (diff) | |
download | rspamd-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.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: |