shuimo-design / shuimo-ui

一款水墨风UI
https://shuimo.design
MIT License
282 stars 24 forks source link

[💬 Communicate] Do we need to differentiate the branch between `dev` or `publish` ? #78

Closed youuss closed 6 months ago

youuss commented 7 months ago

💬 Communicate

we do everything on the main branch。But when someone fork this rep,all actions of main branch will be forked. This will cause some unnecessary mistakes like this(https://github.com/youuss/shuimo-ui/actions) image

so i think we should differentiate the dev and publish branch? @RSS1102

higuaifan commented 7 months ago

Add check repository steps or remove this action , use CI like TeamCity. Lazily, it is easier to add a step. But it will cause the fork project to run the action every day

RSS1102 commented 7 months ago

I will try to see if there is a hook function that only executes within a fixed repo, waiting for my discovery or new ideas.