-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DEVOPS-1785] Update release pipeline for ruby sdk (#614)
## Type of change <!-- (mark with an `X`) --> ``` - [ ] Bug fix - [x] New feature development - [ ] Tech debt (refactoring, code cleanup, dependency upgrades, etc) - [x] Build/deploy pipeline (DevOps) - [ ] Other ``` ## Objective https://bitwarden.atlassian.net/browse/DEVOPS-1785 <!--Describe what the purpose of this PR is. For example: what bug you're fixing or what new feature you're adding--> ## Code changes <!--Explain the changes you've made to each file or major component. This should help the reviewer understand your changes--> <!--Also refer to any related changes or PRs in other repositories--> - **.github/workflows/build-rust-cross-platform.yml:** Trigger on push to `main`, `rc` and `hotfix-rc` - **.github/workflows/generate_schemas.yml** Trigger on push to `main`, `rc` and `hotfix-rc` - **.github/workflows/publish-ruby.yml** Publish ruby only on workflow dispatch get the artifacts from build workflows instead of triggering them - **.github/workflows/version-bump.yml** Add ruby sdk to bump version workflow ## Before you submit - Please add **unit tests** where it makes sense to do so
- Loading branch information
1 parent
0366e86
commit 412ae78
Showing
4 changed files
with
81 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters