Here we are applying some changes to the CircleCI config. By adding
some tag filters for the job that pushes the stable branch we want to
ensure that job will be executed. Up until now this job was ignored
by CI/CD due to missing tag/branch filters and the stable branch
received no updates which caused nightly tests to fail.
Here we are applying some changes to the CircleCI config. By adding some tag filters for the job that pushes the stable branch we want to ensure that job will be executed. Up until now this job was ignored by CI/CD due to missing tag/branch filters and the stable branch received no updates which caused nightly tests to fail.