Skip to content

Commit

Permalink
disable firing for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
LeKovr committed Dec 20, 2023
1 parent 27dbf08 commit a417fd7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/golang-ci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: golangci-lint
on:
push:
tags:
- v*
branches:
- master
- main
Expand All @@ -18,7 +16,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.19'
go-version: '1.21'
cache: false
- uses: actions/checkout@v3
- name: golangci-lint
Expand Down

0 comments on commit a417fd7

Please sign in to comment.