diff --git a/.github/workflows/go-test.yaml b/.github/workflows/go-test.yaml index e2bb70c..b318094 100644 --- a/.github/workflows/go-test.yaml +++ b/.github/workflows/go-test.yaml @@ -5,6 +5,7 @@ on: branches: - master - main + - v2/master pull_request: jobs: diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 4a4e43b..54ea66b 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -4,6 +4,7 @@ on: branches: - master - main + - v2/master pull_request: permissions: diff --git a/.github/workflows/semver-lable.yml b/.github/workflows/semver-lable.yml index c74a01e..a50ca97 100644 --- a/.github/workflows/semver-lable.yml +++ b/.github/workflows/semver-lable.yml @@ -3,7 +3,7 @@ name: Semantic Versioning Label on: push: branches: - - master + - v2/master jobs: semver_tag_from_pr: