Skip to content

Commit

Permalink
Run dist build workflow only on src changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Galadirith authored Oct 4, 2020
1 parent 031a9eb commit a9b24cb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ on:
push:
branches:
- master
paths:
- 'src/**'
- 'package.json'
- 'package-lock.json'
- 'lib/**'
jobs:
build:
runs-on: ubuntu-18.04
Expand Down

0 comments on commit a9b24cb

Please sign in to comment.