From fb2ffd0b0bd1a13bc4db647343ab17ef8bbfc099 Mon Sep 17 00:00:00 2001 From: Noel Chiasson Date: Wed, 1 Nov 2023 16:04:31 -0300 Subject: [PATCH] Updating workflows to target new main default branch --- .github/workflows/lint.yml | 4 ++-- .github/workflows/semver.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 797e9d6..638f94c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,7 +3,7 @@ name: Code Linting on: pull_request: branches: - - 8.x-2.x + - main workflow_dispatch: jobs: @@ -11,6 +11,6 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run CodeSniffer uses: discoverygarden/CodeSniffer@v1 diff --git a/.github/workflows/semver.yml b/.github/workflows/semver.yml index e99ae18..2717c3f 100644 --- a/.github/workflows/semver.yml +++ b/.github/workflows/semver.yml @@ -4,7 +4,7 @@ on: pull_request_target: types: closed branches: - - 8.x-2.x + - main jobs: update: if: github.event.pull_request.merged == true