Skip to content

Commit

Permalink
chore: add test trigger;
Browse files Browse the repository at this point in the history
  • Loading branch information
riandyrn committed Jul 16, 2023
1 parent bcf23d0 commit 594ced4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'docs/**'
branches:
- master
- docs/refine-readme

jobs:
build:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- 'docs/**'
branches:
- master
- chore/adhere-to-awesome-go-guideline

jobs:
preparation:
Expand Down Expand Up @@ -40,7 +41,7 @@ jobs:
- "internal/driven/storage/dynamodb/**"
- "deploy/aws/lambda/infras.yml"
- "deploy/aws/lambda/service.yml"
- name: Notify To Slack If Failed
uses: lazy-actions/[email protected]
if: failure()
Expand Down

0 comments on commit 594ced4

Please sign in to comment.