Skip to content

Commit 26639db

Browse files
committed
Build Docker image only on release
1 parent a9b1d73 commit 26639db

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
on:
2-
push:
3-
branches:
4-
- master
2+
release:
3+
types: [published]
54

65
jobs:
76

0 commit comments

Comments
 (0)