Skip to content

Commit

Permalink
CI: ignore markdown and assets
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmavr authored Aug 13, 2024
1 parent d1ded45 commit 2625dc2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@ name: C/C++ CI
on:
push:
branches: [ "master" ]
paths-ignore:
- 'README*'
- 'assets/**'
pull_request:
branches: [ "master" ]
paths-ignore:
- 'README*'
- 'assets/**'

jobs:
build:
Expand Down

0 comments on commit 2625dc2

Please sign in to comment.