chore: export web3.js repo only when pushing something in web3.js folder

This commit is contained in:
yihau 2022-05-03 16:45:54 +08:00
parent 0b9d04808f
commit 8a43539394
1 changed files with 4 additions and 1 deletions

View File

@ -2,7 +2,10 @@ name: export-github-repo
on:
push:
branches: [master]
branches:
- master
paths:
- "web3.js/**"
env:
GITHUB_TOKEN: ${{secrets.PAT}}