Skip to content

Commit bb34061

Browse files
Merge pull request #7 from josecastillolema/new-build-workflow
only run push in main branch
2 parents 637af58 + 8362777 commit bb34061

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-container.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
paths:
77
- "containers/**" # Trigger only when Dockerfile changes in a pull request
88
push:
9+
branches: [ main ]
910
paths:
1011
- "containers/**" # Trigger only when Dockerfile changes in a pull request
1112

0 commit comments

Comments
 (0)