Skip to content

Commit f2fbe64

Browse files
committed
Go: Run CI when shared libraries change
1 parent 4baa4ae commit f2fbe64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
paths:
55
- "go/**"
6+
- "shared/**"
67
- .github/workflows/go-tests.yml
78
- .github/actions/**
89
- codeql-workspace.yml
@@ -12,6 +13,7 @@ on:
1213
pull_request:
1314
paths:
1415
- "go/**"
16+
- "shared/**"
1517
- .github/workflows/go-tests.yml
1618
- .github/actions/**
1719
- codeql-workspace.yml

0 commit comments

Comments
 (0)