Skip to content

Commit 6ff8c4e

Browse files
committed
Fix when docker build action is run
1 parent 0f608af commit 6ff8c4e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linux-docker-image.yaml

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

33
on:
44
push:
5-
branches: [main, master]
5+
branches: [main]
66
paths:
77
- ".devcontainer/Dockerfile"
88
pull_request:
9-
branches: [main, master]
109
paths:
1110
- ".devcontainer/Dockerfile"
1211
workflow_dispatch:

0 commit comments

Comments
 (0)