Skip to content

Commit

Permalink
chore: export web3.js repo only when pushing something in web3.js folder
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed May 3, 2022
1 parent 0b9d048 commit 8a43539
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/export-github-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: export-github-repo

on:
push:
branches: [master]
branches:
- master
paths:
- "web3.js/**"

env:
GITHUB_TOKEN: ${{secrets.PAT}}
Expand Down

0 comments on commit 8a43539

Please sign in to comment.