Skip to content

fix: Clean the text before to taggify it #30

fix: Clean the text before to taggify it

fix: Clean the text before to taggify it #30

Workflow file for this run

name: archery-dbf
on:
push:
branches:
- '**'
- "!main"
paths:
- archery/**
- .github/workflows/archery-dbf.yml
jobs:
build:
uses: ./.github/workflows/maven-build.yml
with:
service: archery-dbf
test:
needs: [build]
uses: ./.github/workflows/maven-test.yml
with:
service: archery-dbf
secrets: inherit