Dynamic continue config doesn't work with a tag filter

Hi @dseravalli , how is it going!. Have you tried to put the filters in the path-filtering/filter job like this

workflows:
  generate-config:
    jobs:
    - path-filtering/filter:
        mapping: |
          api/.* deploy-api true
        filters:
          branches:
            only:
              - /.*/
          tags:
            only:
              - /.*