From b0c6f5e56be9a93d5f012e72e3cc5f188a8c9a73 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 28 Sep 2023 20:01:38 -0700 Subject: [PATCH] Remove ignore translation branches from ci (#4292) --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cf73da15f..5fcc37c4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,11 +7,6 @@ on: - 'v[0-9]+.[0-9]+.[0-9]+' # https://semver.org/#spec-item-9 - 'v[0-9]+.[0-9]+.[0-9]+-beta.rc[0-9]+' - branches-ignore: - - 'translations**' - pull_request: - branches-ignore: - - 'translations**' env: # This is the version of pipenv all the steps will use