Skip to content

Commit eba42ce

Browse files
committed
test
1 parent 8b3d188 commit eba42ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- generator*
88
paths:
99
- container-manager/**
10+
- .github/**
1011
tags:
1112
- '*'
1213
workflow_dispatch: #allow manual trigger to workflow
@@ -40,7 +41,7 @@ jobs:
4041
fi
4142
- name: check
4243
run: pwd; ls;
43-
44+
4445
- name: Build and push image
4546
run: |
4647
docker build . --file Dockerfile \

0 commit comments

Comments
 (0)