Skip to content

Commit 19fe1a2

Browse files
authored
enable gmc build workflow on push (#361)
Signed-off-by: Yingchun Guo <[email protected]>
1 parent 68a2011 commit 19fe1a2

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/push-image-build.yaml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
name: Upgrade GMC system on push event
55

66
on:
7-
# push:
8-
# branches: ["main"]
9-
# paths:
10-
# - microservices-connector/**
11-
# - "!microservices-connector/helm/**"
12-
# - "!**.md"
13-
# - "!**.txt"
14-
# - "!**.png"
15-
# - "!.**"
16-
# - .github/workflows/gmc-on-push.yaml
7+
push:
8+
branches: ["main"]
9+
paths:
10+
- microservices-connector/**
11+
- "!microservices-connector/helm/**"
12+
- "!**.md"
13+
- "!**.txt"
14+
- "!**.png"
15+
- "!.**"
16+
- .github/workflows/gmc-on-push.yaml
1717
workflow_dispatch:
1818

1919
concurrency:

0 commit comments

Comments
 (0)