Skip to content

Commit 540bef0

Browse files
authored
Merge pull request #5 from maposia/dev
fixed github workflow
2 parents 1e4a523 + e29db79 commit 540bef0

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@ name: Build & Push Docker Image
22

33
on:
44
push:
5-
branches: [ "main" ]
6-
tags:
7-
- "v*"
5+
branches:
6+
- main
7+
tags:
8+
- "v*"
9+
pull_request:
10+
branches:
11+
- main
812

913
env:
1014
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)