We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e923bcc commit 902821dCopy full SHA for 902821d
.github/workflows/build.yml
@@ -6,13 +6,13 @@ on:
6
- "main"
7
- "feature-*"
8
- "bug-*"
9
- tags:
10
- - "v*"
11
paths:
12
- "src/**"
13
- "Dockerfile"
14
- "go.mod"
15
- "go.sum"
+ release:
+ types: [published]
16
17
jobs:
18
build:
.github/workflows/documentation.yml
@@ -1,9 +1,8 @@
1
name: documentation
2
3
on:
4
- push:
5
documentation:
0 commit comments