Skip to content

Commit

Permalink
build.yml: Ignore .vscode files (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
francis-clairicia authored Nov 4, 2023
1 parent 3a49cad commit b881ae5
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 b881ae5

Please sign in to comment.