diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 29d7b39..c075568 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -1,9 +1,9 @@ -Name: Run Unit and Integration Tests +name: Run Unit and Integration Tests on: push: branches: - - "*" + - '**' pull_request: branches: - "main"