From d1927300551b2c45b891fc3f5cb41799988d21b3 Mon Sep 17 00:00:00 2001 From: Ben Browning Date: Wed, 13 May 2026 18:04:22 +0000 Subject: [PATCH] Clean up CI workflow for oss-harmony fork Remove dead `master` branch trigger (fork uses `main` only) and update the header comment to warn against blindly regenerating with maturin. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/CI.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c2a0ca2..1993062 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -1,7 +1,5 @@ -# This file is autogenerated by maturin v1.8.7 -# To update, run -# -# maturin generate-ci github +# Originally generated by maturin v1.8.7, customized for oss-harmony/harmony. +# Do not overwrite with `maturin generate-ci github` without reviewing changes. # name: CI @@ -9,7 +7,6 @@ on: push: branches: - main - - master tags: - "*" pull_request: