You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: Restrict deployments of environments to PR merges (#1960)
* Split the docs workflow into a build and deploy jobs, where the deploy
job requires the build job to succeed. This avoids unnecessary deployments
by only having the github-pages environment exist in the deploy job.
* Constrain the deployment of environments to PR merges by requiring push
events on master to trigger the deploy job.
Co-authored-by: Giordon Stark <kratsg@gmail.com>
0 commit comments