Skip to content

Commit

Permalink
add healthcheck to start build
Browse files Browse the repository at this point in the history
Signed-off-by: Zoey <[email protected]>
  • Loading branch information
Zoey2936 authored Oct 22, 2023
1 parent b34106b commit 43df3da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ on:
branches:
- develop
paths:
- update.sh
- Dockerfile
- update.sh
- healthcheck.sh
- .github/workflows/docker.yml
pull_request:
paths:
- update.sh
- Dockerfile
- update.sh
- healthcheck.sh
- .github/workflows/docker.yml
workflow_dispatch:
jobs:
Expand Down

0 comments on commit 43df3da

Please sign in to comment.