fix ci trigger paths (#896)

This commit is contained in:
hashrock 2022-11-10 19:38:57 +09:00 committed by GitHub
parent 8815e8899e
commit fe176158ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -3,10 +3,10 @@ name: ci
on:
push:
branches: [main]
paths-ignore: [www]
paths-ignore: [www/**]
pull_request:
branches: [main]
paths-ignore: [www]
paths-ignore: [www/**]
jobs:
test:

View File

@ -3,10 +3,10 @@ name: www
on:
push:
branches: [main]
paths: [www]
paths: [www/**]
pull_request:
branches: [main]
paths: [www]
paths: [www/**]
jobs:
test: