From 2bdbee845dd138b0f0064ede1fe023116668a207 Mon Sep 17 00:00:00 2001 From: Josh Rose Date: Tue, 30 Jan 2024 10:42:24 +0100 Subject: [PATCH] feat: update default branch --- .github/workflows/ci.yml | 2 +- .github/workflows/mega-linter.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5cd909..445514b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ name: CI on: pull_request: branches: - - master + - main concurrency: group: ${{ github.ref }}-${{ github.workflow }} cancel-in-progress: true diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 20e3d55..1357a86 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -3,7 +3,7 @@ name: MegaLinter on: pull_request: branches: - - master + - main concurrency: group: ${{ github.ref }}-${{ github.workflow }} cancel-in-progress: true