Skip to content

Commit

Permalink
ci: fix ci not triggering on dev tags
Browse files Browse the repository at this point in the history
  • Loading branch information
porcellus committed Oct 4, 2024
1 parent ca5d38b commit fcc34d6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,12 @@ workflows:
only: /v[0-9]+(\.[0-9]+)*/
branches:
ignore: /.*/
- setup
- setup:
filters:
tags:
only: /dev-v[0-9]+(\.[0-9]+)*/
branches:
only: /.*/
- update-docs:
context:
- slack-notification
Expand Down

0 comments on commit fcc34d6

Please sign in to comment.