Skip to content

Commit

Permalink
Avoid rebuilding extensions needlessly
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Jul 17, 2024
1 parent 759242d commit b87a210
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
name: Community Extension Build
on:
pull_request:
paths-ignore:
- '**'
- '!scripts/build.py'
- '!.github/workflows/build.yml'
- '!extensions/*/description.yml'
push:
paths-ignore:
- '**'
- '!scripts/build.py'
- '!.github/workflows/build.yml'
- '!extensions/*/description.yml'
workflow_dispatch:
inputs:
extension_name:
Expand Down

0 comments on commit b87a210

Please sign in to comment.