From 329613881cf39ea6da49122a58da72342f902d04 Mon Sep 17 00:00:00 2001 From: Adam Mathes Date: Sun, 15 Feb 2026 17:12:08 -0800 Subject: Temporarily disable CI triggers --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e3224ab..62223c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,10 +1,11 @@ name: CI on: - push: - branches: [ master ] - pull_request: - branches: [ master ] + workflow_dispatch: + # push: + # branches: [ master ] + # pull_request: + # branches: [ master ] jobs: backend: -- cgit v1.2.3