From c6e85742026cb12d145929cf6a4da05549863577 Mon Sep 17 00:00:00 2001 From: Vaughn Friesen Date: Fri, 12 Jun 2026 13:18:18 +0800 Subject: [PATCH] ci: drop dead travis-test branch from push trigger The travis-test branch was a relic of the Travis CI era; Travis config was removed in #11 (April 2025) and the branch no longer exists on origin. CI runs on GitHub Actions + Codecov only. Co-Authored-By: Claude Fable 5 --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 78c2c92..bf7e32c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,7 +2,7 @@ name: Go on: push: - branches: [ master, travis-test ] + branches: [ master ] pull_request: branches: [ master ]