Skip to content

Commit 48fb2ed

Browse files
committed
chore(ci): prevents duplicate workflow runs
Signed-off-by: Frédéric BIDON <[email protected]>
1 parent 5767083 commit 48fb2ed

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/go-test.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
name: go test
22

3-
on: [push, pull_request]
4-
3+
on:
4+
push:
5+
tags:
6+
- v*
7+
branches:
8+
- master
9+
paths-ignore: *.md
10+
11+
pull_request:
12+
paths-ignore: *.md
13+
514
jobs:
615
lint:
716
name: Lint

0 commit comments

Comments
 (0)