Skip to content

Commit

Permalink
Add filters back
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuba committed Jan 5, 2021
1 parent 3b22bde commit b10ace9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ name: NPM

on:
push:
# branches:
# - master
# paths:
# - "contracts/**"
# - "migrations/scripts/**"
# - "package.json"
# - "package-lock.json"
branches:
- master
paths:
- "contracts/**"
- "migrations/scripts/**"
- "package.json"
- "package-lock.json"

jobs:
publish-contracts:
Expand Down

0 comments on commit b10ace9

Please sign in to comment.