From 3d354f02f6ec5c22f1a856facac477bd9305da62 Mon Sep 17 00:00:00 2001 From: Walidoux Date: Fri, 10 Feb 2023 12:44:23 +0100 Subject: [PATCH] chore(ci): centralize branch --- .github/workflows/ci.yml | 2 +- .github/workflows/lint.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 030ba28..cd0e8ff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,7 @@ name: 'Build & Release' on: push: - branches: [master] + branches: [main] jobs: build-release: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 91956e6..cea23ef 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -2,9 +2,7 @@ name: 'Lint' on: push: - branches: [develop] - pull_request: - branches: [master, develop] + branches: [main] jobs: build: