Skip to content

Commit 87b06e1

Browse files
committed
fix: Build docker in PR workflow to test it
1 parent 6b7f178 commit 87b06e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ workflows:
4444
mkdir -p ~/workdir/artifacts/
4545
mv target/scala-2.13/codacy-gosec-assembly-$(cat .version).jar ~/workdir/artifacts/codacy-gosec-$(cat .version).jar
4646
mv target/graalvm-native-image/codacy-gosec ~/workdir/artifacts/codacy-gosec-$(cat .version)
47-
filters:
48-
branches:
49-
only:
50-
- master
5147
requires:
5248
- check_fmt
5349
- test_and_coverage
@@ -64,6 +60,10 @@ workflows:
6460
context: CodacyAWS
6561
requires:
6662
- docker_publish_local
63+
filters:
64+
branches:
65+
only:
66+
- master
6767
- codacy/publish_ghr:
6868
name: publish_ghr
6969
path: ~/workdir/artifacts/

0 commit comments

Comments
 (0)