Skip to content

Commit

Permalink
build: ensure changelog job is run during tag (#22583)
Browse files Browse the repository at this point in the history
Jobs do not get run during tags unless specifically identified by the
filter stanza
  • Loading branch information
codyshepherd authored Sep 24, 2021
1 parent c9b74da commit d1233b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@ workflows:
- golint
- fluxtest
- tlstest
filters:
branches:
ignore: /.*/
tags:
only: /^v[0-9]+\.[0-9]+\.[0-9]+(-(rc|alpha|beta)\.[0-9]+)?$/
- release:
requires:
- changelog
Expand Down

0 comments on commit d1233b7

Please sign in to comment.