From 27a4ad4b5a2a70259e4da5f7892ba9c1f18e0d79 Mon Sep 17 00:00:00 2001
From: Joas Schilling <coding@schilljs.com>
Date: Mon, 30 Oct 2023 11:52:09 +0100
Subject: ci: Turn off builds for pushes and merges to master/stable*

Signed-off-by: Joas Schilling <coding@schilljs.com>
---
 .github/workflows/sftp.yml | 6 ------
 1 file changed, 6 deletions(-)

(limited to '.github/workflows/sftp.yml')

diff --git a/.github/workflows/sftp.yml b/.github/workflows/sftp.yml
index ce874a84092..d1f8a60c6a1 100644
--- a/.github/workflows/sftp.yml
+++ b/.github/workflows/sftp.yml
@@ -1,11 +1,5 @@
 name: SFTP unit tests
 on:
-  push:
-    branches:
-      - master
-      - stable*
-    paths:
-      - 'apps/files_external/**'
   pull_request:
     paths:
       - 'apps/files_external/**'
-- 
cgit v1.2.3