Skip to content

Commit

Permalink
Fix action paths for services-base workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rimrakhimov committed Jan 25, 2024
1 parent f807689 commit fd959c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/services-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ on:
branches:
- 'main'
paths:
- .github/workflows/base-image.yml
- .github/workflows/services-base.yml
- docker/base.Dockerfile
pull_request:
paths:
- .github/workflows/base-image.yml
- .github/workflows/services-base.yml
- docker/base.Dockerfile

name: Build (services base)
Expand Down

0 comments on commit fd959c2

Please sign in to comment.