Skip to content

Commit

Permalink
Change GitHub CI to ignore the assets directory
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Feb 24, 2024
1 parent 807dc16 commit da0bbd4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -5,12 +5,14 @@ on:
branches:
- master
paths-ignore:
- "assets/**"
- "bin/**"
- "*.md"
pull_request:
branches:
- master
paths-ignore:
- "assets/**"
- "bin/**"
- "*.md"
jobs:
Expand Down

0 comments on commit da0bbd4

Please sign in to comment.