Skip to content

Commit

Permalink
chore(ci): enable docker build ci on PR's (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML authored Jan 7, 2025
1 parent 7073a4a commit cb8ad72
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,20 +304,14 @@ jobs:
workflows:
merge-test:
jobs:
- docker-build:
filters:
branches:
only: master
- docker-build
- docker-publish:
requires:
- docker-build
filters:
branches:
only: master
- docker-build-bridge:
filters:
branches:
only: master
- docker-build-bridge
- docker-publish-bridge:
requires:
- docker-build-bridge
Expand Down

0 comments on commit cb8ad72

Please sign in to comment.