Skip to content

Commit 14eacbb

Browse files
authored
Merge pull request #225 from sunya-ch/ci-patch
chore: add workflow trigger for submodule go.mod
2 parents 8db700f + b390b71 commit 14eacbb

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.github/workflows/daemon_unittest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- v1.2.5
7+
- main
78
push:
89
paths:
910
- daemon/**

.github/workflows/integration_test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- v1.2.5
7+
- main
78
push:
89
paths:
910
- controllers/**
@@ -16,6 +17,8 @@ on:
1617
- ./bundle.Dockerfile
1718
- ./Makefile
1819
- e2e-test/**
20+
- ./*/go.mod
21+
- ./*/src/go.mod
1922

2023
jobs:
2124
scale-test:

.github/workflows/unittest.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches:
66
- v1.2.5
7+
- main
78
push:
89
paths:
910
- controllers/**
@@ -13,6 +14,8 @@ on:
1314
- ./go.mod
1415
- ./bundle.Dockerfile
1516
- ./Makefile
17+
- ./*/go.mod
18+
- ./*/src/go.mod
1619

1720
jobs:
1821

0 commit comments

Comments
 (0)