Skip to content
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

Fix: Remove release deployment #7

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

rgallardone
Copy link
Collaborator

This PR removes the deployment of the API for each of the release branches that was created.

At first, the pipeline was designed and developed to also deploy when there were pushes to the release branches. However, since release branches are carved out of the develop branch, it was decided that this deployment could be avoided since everything would already be tested on the develop branch.

At this point, deployments are only triggered with pushes to the develop and main branches.

@rgallardone rgallardone changed the base branch from main to develop June 28, 2024 18:58
@rgallardone rgallardone merged commit 6260fec into develop Jun 28, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant