Skip to content

Commit

Permalink
Add path-ignore to avoid unnecessary builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie authored Mar 25, 2024
1 parent 666b68e commit a285f18
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@ name: Build JavaScript

on:
push:
paths-ignore:
- 'README.md'
- 'RELEASE.md'
- 'ruby/**'
branches:
- master

pull_request:
paths-ignore:
- 'README.md'
- 'RELEASE.md'
- 'ruby/**'
branches:
- '*'

Expand Down

0 comments on commit a285f18

Please sign in to comment.