diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0f81360..7bfaa00 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -2,9 +2,9 @@ name: Go on: push: - branches: [ dev, master ] + branches: [ master, branch-2.5 ] pull_request: - branches: [ dev, master ] + branches: [ master ] jobs: