Skip to content

Commit

Permalink
workflow(fix): changed tags to branches in golangci-lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kyee-rs committed Jul 22, 2023
1 parent 26f8716 commit f3c93dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golangci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: golangci-lint
on:
push:
tags:
branches:
- "main"
- "**-hotfix**"
pull_request:
Expand Down

0 comments on commit f3c93dd

Please sign in to comment.