Skip to content

fix: Fix pattern order to ensure reproductability #9

fix: Fix pattern order to ensure reproductability

fix: Fix pattern order to ensure reproductability #9

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