Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Only run CI when relevant code changes
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Shen <[email protected]>
  • Loading branch information
mjlshen committed Jan 8, 2023
1 parent b541d0f commit 1e3e007
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: CI
on:
- push
- push:
paths:
- '**.go'
- 'go.mod'
- 'go.sum'
jobs:
test:
permissions:
Expand Down

0 comments on commit 1e3e007

Please sign in to comment.