Skip to content

Commit 959a9b0

Browse files
on
1 parent ae894e4 commit 959a9b0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
name: Build
33
on:
44
workflow_dispatch: {}
5+
push:
6+
branches:
7+
- main
8+
- seed
9+
tags:
10+
- v*
11+
pull_request: {}
512
env:
613
REGISTRY: ghcr.io
714
IMAGE_NAME: ${{ github.repository }}

0 commit comments

Comments
 (0)