Skip to content

Commit cfa5e81

Browse files
authored
bugfix: publish container images on release
Run the build and test workflow when a release is published. Signed-off-by: Scot Wells <swells@datum.net>
1 parent 4d27bf7 commit cfa5e81

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.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)