Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
av-lasse authored Sep 26, 2023
1 parent 11b3604 commit 5e8f5b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ workflows:
only: /.*/
tags:
ignore: /.*/
release_workflow:
prod_release_workflow:
jobs:
- release_job:
- prod_release_job:
filters:
branches:
ignore: /.*/
tags:
only: /.*/
only: /^v([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9]*)\.([0-9]|[1-9][0-9])+$/

jobs:
pull_request_job:
Expand Down

0 comments on commit 5e8f5b2

Please sign in to comment.