Skip to content

Commit caa7521

Browse files
committed
run workflows for tags
1 parent 1a1d940 commit caa7521

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: build
22

33
on:
4-
push: { branches: [master, main] }
4+
push: { branches: [master, main], tags: [v*] }
55
pull_request:
66
workflow_dispatch:
77

.github/workflows/golangci-lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: golangci-lint
22

33
on:
4-
push: { branches: [master, main] }
4+
push: { branches: [master, main], tags: [v*] }
55
pull_request:
66
workflow_dispatch:
77

0 commit comments

Comments
 (0)