Skip to content

Commit

Permalink
[tool] enable build target on all branches
Browse files Browse the repository at this point in the history
Signed-off-by: Antoine MAZEAS <[email protected]>
  • Loading branch information
antoinemzs authored Jan 16, 2025
1 parent 30b6bef commit 4ea2020
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ workflows:
- build:
filters:
tags:
only: /[0-9]+(\.[0-9]+)+(\.[0-9]+)?\.?(\w)*/
branches:
ignore: /.*/
only: /.*/
requires:
- ensure_formatting
- linter
Expand All @@ -178,6 +176,9 @@ workflows:
- notify_rolling:
requires:
- build
filters:
branches:
only: /main/
- notify:
requires:
- deploy
Expand Down

0 comments on commit 4ea2020

Please sign in to comment.