Skip to content

Commit 9538c7c

Browse files
committed
Do not run relase-images on forked prs
1 parent 460d39c commit 9538c7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ workflows:
2929
- release_images:
3030
requires:
3131
- build_and_test
32+
filters:
33+
branches:
34+
# Forked pull requests have CIRCLE_BRANCH set to pull/XXX
35+
ignore: /pull\/[0-9]+/
3236
notify:
3337
webhooks:
3438
- url: https://cc-slack-proxy.herokuapp.com/circle

0 commit comments

Comments
 (0)