Skip to content

Commit 8fc919a

Browse files
committed
Merge pull request #571 from RedisAI/lint_on_tags
lint on tags
1 parent 25cb318 commit 8fc919a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,8 @@ workflows:
385385
version: 2
386386
build_and_package:
387387
jobs:
388-
- lint
388+
- lint:
389+
<<: *on-any-branch
389390
- build-debian:
390391
<<: *on-any-branch
391392
<<: *after-linter

0 commit comments

Comments
 (0)