From 9d40879e7088a975bf4ec495319394979df59f73 Mon Sep 17 00:00:00 2001 From: zima Date: Tue, 24 Dec 2024 01:34:24 +0000 Subject: [PATCH] Remove automatic CI on pushes --- .forgejo/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.forgejo/workflows/tests.yml b/.forgejo/workflows/tests.yml index 48da9fa2c7..941ae6e2c1 100644 --- a/.forgejo/workflows/tests.yml +++ b/.forgejo/workflows/tests.yml @@ -1,8 +1,4 @@ on: - push: - branches: - - stable - - dev pull_request: types: [opened, synchronize, reopened]