Skip to content

Commit 9e4305c

Browse files
fix: add push event test-build workflow
1 parent f7a1f15 commit 9e4305c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test-build.yml

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

33
on:
44
workflow-dispatch:
5-
pull-request:
6-
branches: ['main']
5+
push:
6+
branches: [main]
7+
pull_request:
8+
branches: [main]
79

810
env:
911
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)