From 45fcb8164fe5119c0d4b4585d25b3cfb977efe68 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Tue, 4 Apr 2023 12:25:36 +0200 Subject: [PATCH] remove restriction to run unit tests on main --- .forgejo/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/test.yml index 25ec300..775c647 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/test.yml @@ -1,8 +1,7 @@ name: checks on: - pull_request - - push: - branches: [main] + - push env: GOPROXY: https://goproxy.io,direct