Skip to content

Commit

Permalink
Add path filters to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bondhugula committed Jun 21, 2023
1 parent dd28a17 commit f6d2e1b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,18 @@ name: Build and Test Pluto
on:
push:
branches: [master]
paths-ignore:
- '**.gitignore'
- '**.md'
- '**.png'
- '.github/workflows/clang_format.yml'
pull_request:
branches: [master]
paths-ignore:
- '**.gitignore'
- '**.md'
- '**.png'
- '.github/workflows/clang_format.yml'

jobs:
build:
Expand Down

0 comments on commit f6d2e1b

Please sign in to comment.