Skip to content

Commit

Permalink
Fix incorrect branch name in actions, from master to main
Browse files Browse the repository at this point in the history
Signed-off-by: Burak Sekili <buraksekili@gmail.com>
  • Loading branch information
buraksekili committed Nov 2, 2023
1 parent 0593f24 commit a8c7b89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name: golangci-lint
on:
push:
branches:
- master
- main
paths:
- '**.go'

pull_request:
branches:
- master
- main
paths:
- '**.go'

Expand Down

0 comments on commit a8c7b89

Please sign in to comment.