rohityadavcloud commented on code in PR #143:
URL: https://github.com/apache/cloudstack-www/pull/143#discussion_r1481162531
##########
.github/workflows/deploy.yml:
##########
@@ -41,7 +41,7 @@ jobs:
- name: Publish PR change to staging site
uses: peaceiris/actions-gh-pages@v3
- if: github.event_name == 'pull_request'
+ if: github.event_name != 'pull_request'
Review Comment:
Another way could be that we have two deploy yml for different branches (one
behaviour for main/prod branch versus others)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]