Skip to content

Commit

Permalink
Go: Run CI when shared libraries change
Browse files Browse the repository at this point in the history
  • Loading branch information
owen-mc committed Sep 19, 2024
1 parent 4baa4ae commit f2fbe64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
paths:
- "go/**"
- "shared/**"
- .github/workflows/go-tests.yml
- .github/actions/**
- codeql-workspace.yml
Expand All @@ -12,6 +13,7 @@ on:
pull_request:
paths:
- "go/**"
- "shared/**"
- .github/workflows/go-tests.yml
- .github/actions/**
- codeql-workspace.yml
Expand Down

0 comments on commit f2fbe64

Please sign in to comment.