Skip to content

Commit 6c7485e

Browse files
authored
bugfix: publish container images on release (#72)
Run the build and test workflow when a release is published.
2 parents 4d27bf7 + cfa5e81 commit 6c7485e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77
pull_request:
8+
release:
9+
types:
10+
- published
811

912
jobs:
1013
publish-container-image:

0 commit comments

Comments
 (0)