Skip to content

Commit f67be7f

Browse files
authored
Merge branch 'main' into SettingServiceClient
2 parents 2960f73 + 4048e65 commit f67be7f

File tree

2 files changed

+812
-1
lines changed

2 files changed

+812
-1
lines changed

.github/workflows/docker-build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Building Docker Image
22

33
on:
4+
workflow_dispatch:
45
workflow_run:
56
workflows:
67
- Testing CI pipeline
@@ -10,7 +11,7 @@ on:
1011
jobs:
1112
docker-build:
1213
runs-on: ubuntu-latest
13-
if: github.ref == 'refs/heads/main'
14+
# if: github.ref == 'refs/heads/main'
1415
steps:
1516
- name: Setup docker buildx
1617
uses: docker/setup-buildx-action@v2

0 commit comments

Comments
 (0)