From 6e914aad3a599ee2733186ea591d72d3251bef7e Mon Sep 17 00:00:00 2001 From: gmega Date: Wed, 18 Jun 2025 20:30:38 -0300 Subject: [PATCH] fix: branch name in ci workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 416c039..8615082 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: Lint and Test the Codex Local Harness on: push: branches: - - master + - main tags: - 'v*.*.*' workflow_dispatch: