Skip to content

Commit

Permalink
ci: adjust build action
Browse files Browse the repository at this point in the history
  • Loading branch information
setaman committed Jan 15, 2022
1 parent 7f4b213 commit 212940e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,19 @@ on:
- master
- dev
- v2-dev
paths:
- "src/**"
- "!*.md"
- "!package-lock.json"
pull_request:
branches:
- master
- dev
- v2-dev
paths:
- "src/**"
- "!*.md"
- "!package-lock.json"

jobs:
build:
Expand Down

0 comments on commit 212940e

Please sign in to comment.