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

added branch input to dev deploy workflow #3287

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

andrewpai
Copy link
Contributor

Added a branch input field to the dev deploy workflow so that you can (and have to) specify the branch to deploy from.

@andrewpai andrewpai requested review from a team as code owners September 19, 2024 21:37
@@ -35,6 +39,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you want to get rid of the on push for the release branch we are no longer working on?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yeah, good idea.

@andrewpai andrewpai merged commit 8c513e6 into main Sep 19, 2024
2 checks passed
@andrewpai andrewpai deleted the andrewpai/dev-deploy-from-branch branch September 19, 2024 22:06
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.

3 participants