Skip to content

Commit

Permalink
[CI] build.yml: Ignore .vscode files
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia committed Nov 4, 2023
1 parent 3a49cad commit d63407d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ on:
- '.github/**'
- '!.github/actions/setup-tox/**'
- '!.github/workflows/build.yml'
- '.vscode/**'
- 'docs/**'
push:
branches:
Expand All @@ -35,6 +36,7 @@ on:
- '.github/**'
- '!.github/actions/setup-tox/**'
- '!.github/workflows/build.yml'
- '.vscode/**'
- 'docs/**'
workflow_dispatch:
inputs:
Expand Down

0 comments on commit d63407d

Please sign in to comment.