diff --git a/.github/workflows/lint-build-test.yaml b/.github/workflows/lint-build-test.yaml index e9a7e857..2671abbd 100644 --- a/.github/workflows/lint-build-test.yaml +++ b/.github/workflows/lint-build-test.yaml @@ -2,9 +2,8 @@ name: Lint, Build & Test on: push: - branches: [ * ] + branches: [ main-v2 ] pull_request: - branches: [ * ] concurrency: group: ${{ github.head_ref || github.ref_name }}-build-test-scan