Skip to content

Commit

Permalink
Update lint_go.yml for PRs opening against v3.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
arhamchordia authored Jul 26, 2024
1 parent 02ea371 commit 657c7d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint_go.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Lint (Go)

# todo remove v3.x beafore merge to main
on:
pull_request:
branches:
- main
- v3.x
paths-ignore:
- 'smart-contracts/**'
- '**.md'
Expand Down Expand Up @@ -45,4 +47,4 @@ jobs:
run: go version
- name: Go lint
if: env.GIT_DIFF
run: make lint
run: make lint

0 comments on commit 657c7d6

Please sign in to comment.