From 1dc8800971913163dac4d90bed708e15af0e45b9 Mon Sep 17 00:00:00 2001 From: picklesrus <picklesrus@users.noreply.github.com> Date: Wed, 2 Sep 2020 14:24:53 -0400 Subject: [PATCH] Update .circleci/config.yml actually make it a regex. Co-authored-by: Ray Schamp <rschamp@users.noreply.github.com> --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b46d19ba7..a49613fd6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -207,5 +207,5 @@ workflows: filters: branches: ignore: - - ^dependabot/.*/ - - ^pull/.*/ # don't deploy to gh pages on PRs. + - /^dependabot/.*/ + - /^pull/.*/ # don't deploy to gh pages on PRs. -- GitLab