Skip to content

Commit

Permalink
updates CI to ignore non code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
seanwatters committed Feb 26, 2024
1 parent 7696105 commit f18b50f
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@ name: CI

on:
push:
branches: [ "main" ]
branches: ["main"]
paths:
- benches/**
- examples/**
- src/**
pull_request:
branches: [ "main" ]
branches: ["main"]
paths:
- benches/**
- examples/**
- src/**

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit f18b50f

Please sign in to comment.