Skip to content

Commit

Permalink
ci: trigger on all non-docs changes
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Nov 11, 2024
1 parent 494e5cd commit 3a9730c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ name: ci
on:
push:
branches: ['**']
paths:
- "action.yml"
- "pkgruft-action"
- "testdata"
- ".github/workflows/ci.yml"
paths-ignore:
- "*.md"
pull_request:
branches: [main]
paths:
Expand Down

0 comments on commit 3a9730c

Please sign in to comment.