Skip to content

Commit

Permalink
More paths for CI to ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
leonmavr authored Aug 23, 2024
1 parent 946fcd6 commit 7278faa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ on:
- 'assets/**'
- 'roms/**'
- 'LICENSE*'
- '.git*'
- '.editor*'
pull_request:
branches: [ "master" ]
paths-ignore:
- '*README*'
- 'assets/**'
- 'roms/**'
- 'LICENSE*'
- '.git*'
- '.editor*'

jobs:
build:
Expand Down

0 comments on commit 7278faa

Please sign in to comment.