Skip to content

Commit 9a53745

Browse files
committed
chore: workflow triggers
1 parent 053a440 commit 9a53745

13 files changed

+42
-6
lines changed

.github/workflows/ci-dgraph-code-coverage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
paths:
66
- "**/*.go"
77
- "**/go.mod"
8+
- "**/*.yml"
9+
- "**/Dockerfile"
10+
- "**/Makefile"
811
branches:
912
- main
1013
- release/**

.github/workflows/ci-dgraph-core-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
paths:
66
- "**/*.go"
77
- "**/go.mod"
8+
- "**/*.yml"
9+
- "**/Dockerfile"
10+
- "**/Makefile"
811
types:
912
- opened
1013
- reopened

.github/workflows/ci-dgraph-core-upgrade-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
paths:
66
- "**/*.go"
77
- "**/go.mod"
8+
- "**/*.yml"
9+
- "**/Dockerfile"
10+
- "**/Makefile"
811
types:
912
- opened
1013
- reopened

.github/workflows/ci-dgraph-fuzz.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
paths:
66
- "**/*.go"
77
- "**/go.mod"
8+
- "**/*.yml"
9+
- "**/Dockerfile"
10+
- "**/Makefile"
811
types:
912
- opened
1013
- reopened

.github/workflows/ci-dgraph-integration2-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
paths:
66
- "**/*.go"
77
- "**/go.mod"
8+
- "**/*.yml"
9+
- "**/Dockerfile"
10+
- "**/Makefile"
811
types:
912
- opened
1013
- reopened

.github/workflows/ci-dgraph-ldbc-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
paths:
66
- "**/*.go"
77
- "**/go.mod"
8+
- "**/*.yml"
9+
- "**/Dockerfile"
10+
- "**/Makefile"
811
types:
912
- opened
1013
- reopened

.github/workflows/ci-dgraph-load-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
paths:
66
- "**/*.go"
77
- "**/go.mod"
8+
- "**/*.yml"
9+
- "**/Dockerfile"
10+
- "**/Makefile"
811
types:
912
- opened
1013
- reopened

.github/workflows/ci-dgraph-oss-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
paths:
66
- "**/*.go"
77
- "**/go.mod"
8+
- "**/*.yml"
9+
- "**/Dockerfile"
10+
- "**/Makefile"
811
types:
912
- opened
1013
- reopened

.github/workflows/ci-dgraph-system-upgrade-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
paths:
66
- "**/*.go"
77
- "**/go.mod"
8+
- "**/*.yml"
9+
- "**/Dockerfile"
10+
- "**/Makefile"
811
types:
912
- opened
1013
- reopened

.github/workflows/ci-dgraph-systest-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
paths:
66
- "**/*.go"
77
- "**/go.mod"
8+
- "**/*.yml"
9+
- "**/Dockerfile"
10+
- "**/Makefile"
811
types:
912
- opened
1013
- reopened

0 commit comments

Comments
 (0)