davidzollo commented on code in PR #435:
URL: https://github.com/apache/seatunnel-website/pull/435#discussion_r2889546035


##########
.github/workflows/deploy.yml:
##########


Review Comment:
   建议补充对workflow_dispatch事件的支持,这样手动触发时也能执行部署:
   ```yaml
   if: github.event_name == 'push' && github.ref == 'refs/heads/main' || 
github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
   ```



-- 
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]

Reply via email to