We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efddcb3 commit 805788eCopy full SHA for 805788e
.github/workflows/go-apidiff.yaml
@@ -8,6 +8,7 @@ on:
8
paths:
9
- '**'
10
- '!doc/**'
11
+ merge_group:
12
13
jobs:
14
go-apidiff:
.github/workflows/goreleaser.yaml
@@ -6,6 +6,7 @@ on:
6
tags:
7
- 'v[0-9]+.[0-9]+.[0-9]+'
pull_request: {}
defaults:
run:
shell: bash
.github/workflows/sanity.yaml
sanity:
.github/workflows/test.yml
@@ -7,6 +7,8 @@ on:
+
e2e:
runs-on: ubuntu-20.04
.github/workflows/unit.yaml
unit:
0 commit comments