Skip to content

Commit 00a7366

Browse files
committedJul 15, 2024
[release] [minor] fix release
1 parent ba169bb commit 00a7366

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.github/workflows/release.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ on:
1212
workflows: [CI]
1313
types: [completed]
1414
branches: [main]
15-
15+
push:
16+
branches: [ "small-fix-to-release" ]
17+
1618
jobs:
1719
check_commit:
1820
name: Check Commit
@@ -33,7 +35,7 @@ jobs:
3335
echo "release message found - continuing with the release"
3436
IS_RELEASE="true"
3537
else
36-
echo "release message found - skipping..."
38+
echo "no release message found - skipping..."
3739
IS_RELEASE="false"
3840
fi
3941

0 commit comments

Comments
 (0)