Skip to content

Commit 902821d

Browse files
committed
updating workflows to trigger on release
1 parent e923bcc commit 902821d

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
- "main"
77
- "feature-*"
88
- "bug-*"
9-
tags:
10-
- "v*"
119
paths:
1210
- "src/**"
1311
- "Dockerfile"
1412
- "go.mod"
1513
- "go.sum"
14+
release:
15+
types: [published]
1616

1717
jobs:
1818
build:

.github/workflows/documentation.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
name: documentation
22

33
on:
4-
push:
5-
tags:
6-
- "v*"
4+
release:
5+
types: [published]
76

87
jobs:
98
documentation:

0 commit comments

Comments
 (0)