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