From e0951f384983e2859877537d491ca8aae5690d97 Mon Sep 17 00:00:00 2001 From: Adam Vessey Date: Thu, 14 Sep 2023 10:21:36 -0300 Subject: [PATCH] Switch workflows over to `main`. --- .github/workflows/lint.yml | 2 +- .github/workflows/semver.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f7985d9..483215f 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -3,7 +3,7 @@ name: Code Linting on: pull_request: branches: - - 1.x + - main workflow_dispatch: jobs: diff --git a/.github/workflows/semver.yml b/.github/workflows/semver.yml index 27e1ec6..2717c3f 100644 --- a/.github/workflows/semver.yml +++ b/.github/workflows/semver.yml @@ -4,7 +4,7 @@ on: pull_request_target: types: closed branches: - - 1.x + - main jobs: update: if: github.event.pull_request.merged == true