diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index c36d1e4..08cf542 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,9 +1,6 @@ name: Tests run-name: ${{ gitea.actor }} is testing golang Code -on: - push: - tags-ignore: - - "*" +on: [push] jobs: testing: