Skip to content

Commit 6715283

Browse files
author
Joseph Hirsch
committed
👷 build and deploy on releases only
1 parent 25e97bb commit 6715283

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build-demonstrator.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: Create and publish a Docker image
22

33
on:
4-
push:
5-
branches: [ main ]
6-
pull_request:
7-
branches: [ main ]
4+
release:
5+
types: [published]
86

97
env:
108
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)