[ci] Remove effectively ignored filters

We want these jobs to always run, and the filter does not seem to do
anything anyway.
pull/3148/head
Khaled Hosny 4 years ago
parent f73053edaf
commit d203267e53
  1. 10
      .circleci/config.yml

@ -156,10 +156,7 @@ workflows:
build:
jobs:
- macos-aat-fonts
- distcheck: # will be dropped with autotools removal
filters:
tags:
only: /^\d+.\d+.\d+$/
- distcheck
- publish-dist:
requires:
- distcheck
@ -172,10 +169,7 @@ workflows:
- alpine
#- archlinux
- sanitizers
- crossbuild-win32:
filters:
tags:
only: /^\d+.\d+.\d+$/
- crossbuild-win32
- crossbuild-win64
- publish-win32:
requires:

Loading…
Cancel
Save