Skip to content

ci: restrict enterprise release jobs branches #1205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,9 @@ workflows:
- hold_release_d11:
requires: *release_dependencies
type: approval
filters:
branches:
only: dream11
- publish:
requires:
- hold_publish
Expand All @@ -481,23 +484,38 @@ workflows:
- hold_release_nn:
requires: *release_dependencies
type: approval
filters:
branches:
only: master
- release_custom_package:
name: release_nn
requires:
- hold_release_nn
filters:
branches:
only: master
npm_package: '@instabug/react-native-nn'
android_package: nn
api_endpoint: st001009nn.instabug.com
- hold_release_injazat:
requires: *release_dependencies
type: approval
filters:
branches:
only: master
- release_custom_package:
name: release_injazat
requires:
- hold_release_injazat
filters:
branches:
only: master
npm_package: '@instabug/react-native-injazat'
android_package: injazat
api_endpoint: st001013mec1.instabug.com
- release_d11:
requires:
- hold_release_d11
filters:
branches:
only: dream11