Skip to content

Commit

Permalink
Merge pull request #573 from prometheus/superq/org-context
Browse files Browse the repository at this point in the history
Add org context to publishing pipelines
  • Loading branch information
beorn7 authored Sep 6, 2023
2 parents 67b6113 + c169f3f commit e3b066c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ workflows:
tags:
only: /.*/
- prometheus/publish_master:
context: org-context
requires:
- test
- build
filters:
branches:
only: master
- prometheus/publish_release:
context: org-context
requires:
- test
- build
Expand Down

0 comments on commit e3b066c

Please sign in to comment.