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:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [master]
|
branches:
|
||||||
|
- master
|
||||||
|
paths:
|
||||||
|
- "web3.js/**"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{secrets.PAT}}
|
GITHUB_TOKEN: ${{secrets.PAT}}
|
||||||
|
|
Loading…
Reference in New Issue