Skip to content

Commit a3d4730

Browse files
authored
Update pipeline
1 parent 6c8faaf commit a3d4730

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@ name: Build and publish Docker and zip archive
22

33
on:
44
push:
5-
branches: ['master']
5+
branches:
6+
- master
7+
release:
8+
types:
9+
- created
610

711
env:
812
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)