We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8569007 commit 4e4724cCopy full SHA for 4e4724c
1 file changed
.github/workflows/docker-build-and-push.yml
@@ -1,13 +1,19 @@
1
name: Container Image
2
3
on:
4
+ workflow_dispatch:
5
+ workflow_run:
6
+ branches: [ "main" ]
7
+ workflows: ["Sync Service Build and Release"]
8
+ types:
9
+ - completed
10
push:
11
branches:
12
- main
13
paths:
- - 'Kepware.Api/**'
14
+ # - 'Kepware.Api/**'
15
- 'KepwareSync.Service/**'
- - '.github/workflows/docker-build-and-push.yml'
16
+ # - '.github/workflows/docker-build-and-push.yml'
17
- '!**/*.md' # Exclude markdown files
18
19
jobs:
@@ -24,6 +30,7 @@ jobs:
24
30
- uses: dotnet/nbgv@master
25
31
id: nbgv
26
32
with:
33
+ path: ./KepwareSync.Service
27
34
setAllVars: true
28
35
29
36
- name: Set up QEMU
0 commit comments