Skip to content

Commit

Permalink
fix: add file to event path
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Jul 17, 2024
1 parent f197dd5 commit 0a6576f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dockers-buildbase-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,19 @@ on:
- ".github/actions/docker-build/action.yaml"
- ".github/workflows/_docker-image.yaml"
- ".github/workflows/dockers-buildbase-image.yml"
- "dockers/buildbase/Dockerfile"
pull_request:
paths:
- ".github/actions/docker-build/action.yaml"
- ".github/workflows/_docker-image.yaml"
- ".github/workflows/dockers-buildbase-image.yml"
- "dockers/buildbase/Dockerfile"
pull_request_target:
paths:
- ".github/actions/docker-build/action.yaml"
- ".github/workflows/_docker-image.yaml"
- ".github/workflows/dockers-buildbase-image.yml"
- "dockers/buildbase/Dockerfile"
jobs:
build:
uses: ./.github/workflows/_docker-image.yaml
Expand Down

0 comments on commit 0a6576f

Please sign in to comment.