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

Update target branch for workflows #90

Merged
merged 2 commits into from
Mar 10, 2023
Merged

Conversation

cadic
Copy link
Contributor

@cadic cadic commented Mar 8, 2023

Description of the Change

We are changing the target branch from trunk to develop for workflows

Checklist:

  • I agree to follow this project's Code of Conduct.
  • I have updated the documentation accordingly.
  • I have added tests to cover my change.
  • All new and existing tests pass.

@cadic cadic requested a review from jeffpaul as a code owner March 8, 2023 17:40
@cadic cadic added this to the Future Release milestone Mar 8, 2023
@cadic cadic self-assigned this Mar 8, 2023
@jeffpaul jeffpaul requested review from a team and iamdharmesh and removed request for jeffpaul and a team March 8, 2023 17:46
@jeffpaul jeffpaul modified the milestones: Future Release, 0.2.0 Mar 8, 2023
@@ -3,7 +3,7 @@ name: Build and Deploy Documentation
on:
# Triggers the workflow on push or pull request events but only for the trunk branch
push:
branches: [ trunk ]
branches: [ trunk, develop ]
Copy link
Member

Choose a reason for hiding this comment

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

@cadic We may still want to generate docs only on push to the trunk brach, not for push to develop branch, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@iamdharmesh thanks for noticing that, of course we should only generate docs for the trunk only (I believe this could be even changed to "publish a release" event). What do you think?

Copy link
Member

Choose a reason for hiding this comment

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

Yes @cadic, "publish a release" is more appropriate here.

@cadic cadic requested a review from iamdharmesh March 10, 2023 08:20
Copy link
Member

@iamdharmesh iamdharmesh left a comment

Choose a reason for hiding this comment

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

Thanks for making these changes @cadic, LGTM 🚀

@cadic cadic merged commit c917665 into develop Mar 10, 2023
@cadic cadic deleted the tweak/workflows-branch-update branch March 10, 2023 14:39
github-actions bot pushed a commit that referenced this pull request Mar 10, 2023
…nch-update

Update target branch for workflows
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