Skip to content

Commit

Permalink
enable gmc build workflow on push (#361)
Browse files Browse the repository at this point in the history
Signed-off-by: Yingchun Guo <yingchun.guo@intel.com>
  • Loading branch information
daisy-ycguo authored Aug 28, 2024
1 parent 68a2011 commit 19fe1a2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/push-image-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@
name: Upgrade GMC system on push event

on:
# push:
# branches: ["main"]
# paths:
# - microservices-connector/**
# - "!microservices-connector/helm/**"
# - "!**.md"
# - "!**.txt"
# - "!**.png"
# - "!.**"
# - .github/workflows/gmc-on-push.yaml
push:
branches: ["main"]
paths:
- microservices-connector/**
- "!microservices-connector/helm/**"
- "!**.md"
- "!**.txt"
- "!**.png"
- "!.**"
- .github/workflows/gmc-on-push.yaml
workflow_dispatch:

concurrency:
Expand Down

0 comments on commit 19fe1a2

Please sign in to comment.