rebuild web3-experimental pipeline when yaml file chagned

This commit is contained in:
yihau 2022-11-22 17:07:02 +08:00 committed by Steven Luscher
parent 9adaab06ce
commit 34835f4906
1 changed files with 2 additions and 0 deletions

View File

@ -5,10 +5,12 @@ on:
branches: ["master"]
paths:
- "web3.js-experimental/**"
- ".github/workflows/web3-experimental.yml"
pull_request:
types: [opened, synchronize]
paths:
- "web3.js-experimental/**"
- ".github/workflows/web3-experimental.yml"
jobs:
build: