Skip to content

Commit

Permalink
Update workflow to ignore doc and vscode folders
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit9126 committed Feb 8, 2024
1 parent 90706d1 commit 908826f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ on:
branches: [main, develop]
tags:
- "*"
paths-ignore:
- "doc/**"
- ".vscode/**"
pull_request:
branches: [main, develop]
paths-ignore:
- "doc/**"
- ".vscode/**"

env:
CI: true
Expand Down

0 comments on commit 908826f

Please sign in to comment.