Skip to content

Commit

Permalink
ci: add path constraint to only run on **.go file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gKits committed Oct 28, 2024
1 parent f6137ef commit 46e3737
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,5 +1,9 @@
name: test
on: [push]
on:
push:
paths:
- "**.go"

permissions:
contents: write
jobs:
Expand Down

0 comments on commit 46e3737

Please sign in to comment.