Skip to content

Commit 63cd90f

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

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/workflows/go-test.yml

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
name: go test
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
tags:
6+
- v*
7+
branches:
8+
- master
9+
paths-ignore:
10+
- '**.md'
11+
12+
pull_request:
13+
paths-ignore:
14+
- '**.md'
415

516
jobs:
617
lint:

0 commit comments

Comments
 (0)