Skip to content

Commit

Permalink
Merge pull request #24 from blinklabs-io/fix/ci-docker-check-cmd
Browse files Browse the repository at this point in the history
fix(ci): run docker CI on changes to cmd files
  • Loading branch information
wolf31o2 authored Oct 1, 2023
2 parents 914bfb2 + 871be51 commit 08a4d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Docker CI
on:
pull_request:
branches: ['main']
paths: ['Dockerfile','*.go','internal/**','go.*','.github/workflows/ci-docker.yml']
paths: ['Dockerfile','*.go','cmd/**','internal/**','go.*','.github/workflows/ci-docker.yml']

env:
GHCR_IMAGE_NAME: ghcr.io/blinklabs-io/bursa
Expand Down

0 comments on commit 08a4d38

Please sign in to comment.