Skip to content

Commit

Permalink
Add files paths-ignore to avoid unnecessarily triggering regress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjonesbr committed Feb 28, 2024
1 parent 2c8a983 commit 126bcb5
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
name: CI
on: [push, pull_request]
on:
push:
paths-ignore:
- '*.md'
- '*.json'
- 'NEWS'
- 'LICENSE'
pull_request:
paths-ignore:
- '*.md'
- '*.json'
- 'NEWS'
- 'LICENSE'
jobs:
test:
strategy:
Expand Down

0 comments on commit 126bcb5

Please sign in to comment.