mirror of
https://github.com/go-admin-team/go-admin.git
synced 2026-09-22 18:37:43 +00:00
The comment at the top of this workflow says documentation-only changes skip it, because a push to master pushes an image, runs the migrations and restarts the demo container. The ignore list did not cover scripts/k8s, so editing a manifest that the deploy never reads bought the site an outage. The pattern is scripts/k8s/** rather than scripts/** because scripts/Dockerfile is a build input - go.yml builds the release image from it on a tag. This workflow file stays outside the list on purpose. paths-ignore skips only when every changed path matches, so a change that edits the deploy still runs it, which is the point.