Skip to content

Commit

Permalink
[build] nothing to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cuongpiger committed May 2, 2024
1 parent e90ee61 commit 05e714d
Showing 1 changed file with 2 additions and 0 deletions.
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
environment:
name: development # Set the environment name
# 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
Expand Down

0 comments on commit 05e714d

Please sign in to comment.