The Netlify step appears to run on every change, regardless of branch, resulting in no-op deployments in Netlify.
Should it have if: github.ref == 'refs/heads/main' as a guard clause like the GitHub deploy?
https://github.com/rstudio/ai-blog/blob/main/.github/workflows/main.yml#L93
The Netlify step appears to run on every change, regardless of branch, resulting in no-op deployments in Netlify.
Should it have
if: github.ref == 'refs/heads/main'as a guard clause like the GitHub deploy?https://github.com/rstudio/ai-blog/blob/main/.github/workflows/main.yml#L93