Skip to content

Commit

Permalink
fix: gha syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenvechain committed Nov 7, 2024
1 parent 2087c9b commit ba41250
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba41250

Please sign in to comment.