From d61d9a296bebc94d813b408902aa31e9bd16a3d1 Mon Sep 17 00:00:00 2001 From: Gaisberg Date: Fri, 4 Oct 2024 20:57:23 +0300 Subject: [PATCH] fix: on push main for workflows --- .github/workflows/conventional-commits.yml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index cad4cd7..ed20bfa 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -3,7 +3,7 @@ name: conventional-commits on: pull_request: branches: - - master + - main jobs: check-commit-messages: diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 1aa4126..f54db90 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -3,7 +3,7 @@ name: release-please on: push: branches: - - master + - main workflow_dispatch: jobs: