We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046d6b4 commit 8bbe6f6Copy full SHA for 8bbe6f6
.github/workflows/build.yml
@@ -13,7 +13,7 @@ env:
13
14
#
15
# Establish when the workflow is run
16
-# We do build on every push except when we push onto main (which we ought to be subject to branch protection)
+# We do build on every push except when we push onto main (which ought to be subject to branch protection)
17
# We do build whenever a PR onto main is closed (see on) and the code is actually merged (see release job if)
18
# Why is that okay?
19
# Since we're making a PR, we know from the previous workflow run on push that the repo is okay and the PR
0 commit comments