Skip to content

Commit

Permalink
Don't bother building for readme changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicNibble committed Apr 9, 2024
1 parent 9d1a1f2 commit eddb69d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: C/C++ CI
on:
push:
branches: [ "main" ]
paths-ignore:
- '**.md' # Don't bother building for readme changes etc.
pull_request:
branches: [ "main" ]

Expand Down

0 comments on commit eddb69d

Please sign in to comment.