Skip to content

Commit

Permalink
Merge pull request #225 from sunya-ch/ci-patch
Browse files Browse the repository at this point in the history
chore: add workflow trigger for submodule go.mod
  • Loading branch information
sunya-ch authored Feb 4, 2025
2 parents 8db700f + b390b71 commit 14eacbb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/daemon_unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- v1.2.5
- main
push:
paths:
- daemon/**
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- v1.2.5
- main
push:
paths:
- controllers/**
Expand All @@ -16,6 +17,8 @@ on:
- ./bundle.Dockerfile
- ./Makefile
- e2e-test/**
- ./*/go.mod
- ./*/src/go.mod

jobs:
scale-test:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/unittest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- v1.2.5
- main
push:
paths:
- controllers/**
Expand All @@ -13,6 +14,8 @@ on:
- ./go.mod
- ./bundle.Dockerfile
- ./Makefile
- ./*/go.mod
- ./*/src/go.mod

jobs:

Expand Down

0 comments on commit 14eacbb

Please sign in to comment.