diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 702ab9ed..aa48edd3 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -1,7 +1,8 @@ name: Run CI Tests -on: - branches: [test_actions_on_utils] +on: + push: + branches: [test_actions_on_utils] pull_request: jobs: