We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68a2011 commit 19fe1a2Copy full SHA for 19fe1a2
.github/workflows/push-image-build.yaml
@@ -4,16 +4,16 @@
4
name: Upgrade GMC system on push event
5
6
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
+ push:
+ branches: ["main"]
+ paths:
+ - microservices-connector/**
+ - "!microservices-connector/helm/**"
+ - "!**.md"
+ - "!**.txt"
+ - "!**.png"
+ - "!.**"
+ - .github/workflows/gmc-on-push.yaml
17
workflow_dispatch:
18
19
concurrency:
0 commit comments