Skip to content

Commit 4768a42

Browse files
authored
test
1 parent 6d10b49 commit 4768a42

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/post-merge-standalone-node.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
branches:
1010
- main
1111
- release-*
12+
- test_post_
1213
paths:
1314
- "standalone-node/**"
1415

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.35
1+
1.0.35-dev

standalone-node/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# Optionally include tool version checks, not used in Docker builds
1010
TOOL_VERSION_CHECK ?= 0
1111

12-
##### Variables #####
12+
##### Variables #####
1313

1414
# Defining the shell, users and groups
1515
SHELL := bash -e -o pipefail

0 commit comments

Comments
 (0)