Skip to content

Commit e56a85b

Browse files
Temp commit for off-by-one in CI
Signed-off-by: Robbie Harwood <[email protected]>
1 parent b53b9e5 commit e56a85b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "Build",
3-
"on": { "pull_request": null },
3+
"on": {
4+
"pull_request": null,
5+
"push": null,
6+
},
47
"jobs": {
58
"linux": {
69
"runs-on": "ubuntu-latest",

0 commit comments

Comments
 (0)