-
Notifications
You must be signed in to change notification settings - Fork 8
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
Conversation
.github/workflows/docs.yml
Outdated
@@ -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 ] |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
There was a problem hiding this 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 🚀
…nch-update Update target branch for workflows
Description of the Change
We are changing the target branch from
trunk
todevelop
for workflowsChecklist: