chore: export web3.js repo only when pushing something in web3.js folder
This commit is contained in:
parent
0b9d04808f
commit
8a43539394
|
@ -2,7 +2,10 @@ name: export-github-repo
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches:
|
||||
- master
|
||||
paths:
|
||||
- "web3.js/**"
|
||||
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.PAT}}
|
||||
|
|
Loading…
Reference in New Issue