Skip to content

Commit

Permalink
Merge pull request #21 from blinklabs-io/chore/ci-always-docker
Browse files Browse the repository at this point in the history
chore(ci): always run docker build for pull requests
  • Loading branch information
wolf31o2 authored Sep 1, 2023
2 parents 193dd83 + 875918d commit 1cf9317
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','cmd/**','docs/**','internal/**','go.*','.github/workflows/ci-docker.yml']
# paths: ['Dockerfile','cmd/**','docs/**','internal/**','go.*','.github/workflows/ci-docker.yml']

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

0 comments on commit 1cf9317

Please sign in to comment.