MrSeaWave / blogs

✍🏻 个人博客,记录、分享一写随笔和技术知识
https://hailangya.com
3 stars 0 forks source link

github-actions入门 - Sea's Blog #62

Open MrSeaWave opened 2 years ago

MrSeaWave commented 2 years ago

https://mrseawave.github.io/blogs/articles/2021/01/06/start-github-actions/

GitHub Actions 是 GitHub 的持续集成服务,于 2018 年 10 月推出。

MrSeaWave commented 2 years ago

场景: 很多 action 通常都会通过 push 触发,如果 action 还能继续触发 push,就有可能导致无限循环了。

注:github action 不会触发 无限循环

img

参考实际例子