Skip to content

Commit

Permalink
fix: check paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Scarjit committed Mar 8, 2024
1 parent b7d96a0 commit 585abe0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ name: Build Docker Images

on:
pull_request:
paths:
- 'go.work'
- 'go.work.sum'
- 'golang/**'

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 585abe0

Please sign in to comment.