From f9e90c32feab90098701974a8779ee5d1c1bad05 Mon Sep 17 00:00:00 2001 From: Marlon Saglia Date: Tue, 13 Aug 2024 15:15:03 +0200 Subject: [PATCH] feat: Update branch names in CI workflow Modify the CI workflow to target the 'main' branch instead of the '1.x' branch. This ensures the workflow runs on the correct branch and aligns with the project's main branch naming convention. --- .github/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f4df1e5..715c7e4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -4,10 +4,10 @@ name: Lint on: push: branches: - - 1.x + - main pull_request: branches: - - 1.x + - main defaults: run: