Skip to content

Commit

Permalink
minor update in CICD workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ronylpatil committed Jul 8, 2024
1 parent 6576e74 commit 1734f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cd_pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: cd pipeline
name: Deployment

on:
release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci pipeline
name: Test

on:
push:
Expand Down

0 comments on commit 1734f0d

Please sign in to comment.