Skip to content

Commit

Permalink
- removes path ignore for vs code extension build
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet authored Jan 24, 2024
1 parent 56b647b commit 861a130
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/build-vscode-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,7 @@ on:
workflow_dispatch:
push:
branches: [main]
paths-ignore:
- "abstractions/**"
- "authentication/**"
- "serialization/**"
- "http/**"
- "**.md"
- ".vscode/**"
- "**.svg"
pull_request:
paths-ignore:
- "abstractions/**"
- "authentication/**"
- "serialization/**"
- "http/**"
- "**.md"
- ".vscode/**"
- "**.svg"

jobs:
build_extension:
Expand Down

0 comments on commit 861a130

Please sign in to comment.