[ci] Remove effectively ignored filters
We want these jobs to always run, and the filter does not seem to do anything anyway.
This commit is contained in:
parent
f73053edaf
commit
d203267e53
|
@ -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…
Reference in New Issue