Skip to content

Commit cf76b51

Browse files
committed
Style
Signed-off-by: gearnode <bryan@frimin.fr>
1 parent fdb9752 commit cf76b51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Build and Push Docker Image
22

33
on:
44
push:
5-
branches: [main, master]
5+
branches: [main]
66
tags: ["v*"]
77
pull_request:
8-
branches: [main, master]
8+
branches: [main]
99
workflow_dispatch:
1010

1111
env:

0 commit comments

Comments
 (0)