You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/07/09 10:24:07 UTC

[GitHub] [apisix-website] Yiyiyimu commented on issue #407: check out why auto-update docs doesn't work

Yiyiyimu commented on issue #407:
URL: https://github.com/apache/apisix-website/issues/407#issuecomment-877082183


   I think we could change it to
   ```diff
   - if: github.event_name == 'push' && github.ref == 'refs/heads/master'
   + if: github.event_name == 'push' && github.ref == 'refs/heads/master' || github.event_name == 'schedule'
   ```
   
   Ref: https://github.community/t/how-to-set-schedule-event-for-two-branches-and-push-pull-request-events-for-only-one/18267/2?u=yiyiyimu


-- 
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: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org