Skip to content

Commit 8bbe6f6

Browse files
committed
Cosmetic change
1 parent 046d6b4 commit 8bbe6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313

1414
#
1515
# 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)
16+
# We do build on every push except when we push onto main (which ought to be subject to branch protection)
1717
# We do build whenever a PR onto main is closed (see on) and the code is actually merged (see release job if)
1818
# Why is that okay?
1919
# 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

Comments
 (0)