Skip to content

Commit 2bd7960

Browse files
Prachi Shivanand AnurePrachi Shivanand Anure
authored andcommitted
minor changes in pipeline
1 parent fd49f5c commit 2bd7960

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,9 @@ jobs:
8787
IS_LATEST_RELEASE: 'true'
8888
APP_VERSION: 1.0.5
8989

90+
# Add the condition to trigger release based on commit message containing "release"
91+
if: contains(github.event.head_commit.message, 'release')
92+
9093
steps:
9194
- name: Checkout Code
9295
uses: actions/checkout@v5

0 commit comments

Comments
 (0)