Skip to content

Commit

Permalink
[release] [minor] fix release
Browse files Browse the repository at this point in the history
Co-authored-by: SockworkOrange <26390445+SockworkOrange@users.noreply.github.com>
  • Loading branch information
SockworkOrange and SockworkOrange committed Jul 15, 2024
1 parent ba169bb commit ce09e8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ on:
workflows: [CI]
types: [completed]
branches: [main]

push:
branches: [ "small-fix-to-release" ]

jobs:
check_commit:
name: Check Commit
Expand All @@ -33,7 +35,7 @@ jobs:
echo "release message found - continuing with the release"
IS_RELEASE="true"
else
echo "release message found - skipping..."
echo "no release message found - skipping..."
IS_RELEASE="false"
fi
Expand Down

0 comments on commit ce09e8e

Please # to comment.