Skip to content

Commit 7266113

Browse files
committed
test
1 parent 701fc5c commit 7266113

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: publish
22
on:
3+
pull_request:
34
push:
45
tags:
56
- v*
@@ -71,6 +72,7 @@ jobs:
7172
- name: Build the ${{ github.repository }}
7273
run: |
7374
make reviewable
75+
make build-docker-binary
7476
7577
- name: Build Images
7678
run: |

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Versioned Release
22

33
on:
4+
pull_request:
45
push:
56
branches:
67
- main

0 commit comments

Comments
 (0)