Skip to content

Commit b37e080

Browse files
committed
Add release trigger.
1 parent c1ab4e4 commit b37e080

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .github/workflows/build-push.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Build and push
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: [main]
6+
release:
7+
types: [published]
78

89
env:
910
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)