fix workflow event trigger

This commit is contained in:
CPunch 2023-11-26 17:00:37 -06:00
parent 81de857670
commit d8277ea89c

View File

@ -3,7 +3,11 @@ name: unit-tests
on: on:
push: push:
paths: paths:
- ./**.go - cmd/**
- config/**
- internal/**
- login/**
- shard/**
- go.mod - go.mod
- go.sum - go.sum
- .github/workflows/tests.yaml - .github/workflows/tests.yaml