Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongpiger committed May 2, 2024
2 parents 1025ba1 + 2d2f40b commit e90ee61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
deploy-dev:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Only trigger the workflow if the commit message contains '[build]'
if: contains(github.event.head_commit.message, '[build]')
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# VngCloud Blockstorage CSI Driver

[![Build images](https://github.com/vngcloud/vngcloud-blockstorage-csi-driver/actions/workflows/build.yml/badge.svg)](https://github.com/vngcloud/vngcloud-blockstorage-csi-driver/workflows/build.yml)
**DEV** - [![Build image on DEV branch](https://github.com/vngcloud/vngcloud-blockstorage-csi-driver/actions/workflows/build_dev.yml/badge.svg)](https://github.com/vngcloud/vngcloud-blockstorage-csi-driver/actions/workflows/build_dev.yml)

<hr>

0 comments on commit e90ee61

Please sign in to comment.