We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55f60aa commit a9262c4Copy full SHA for a9262c4
.github/workflows/build.yml
@@ -1,3 +1,5 @@
1
+# Q: "Why do we need a build job when we already have a build-and-deploy job?"
2
+# A: This one runs to test PRs; build-and-deploy runs to deploy the site after merging.
3
name: build
4
on:
5
pull_request:
0 commit comments