mirror of
https://github.com/gosticks/fresh.git
synced 2025-10-16 11:55:35 +00:00
fix ci trigger paths (#896)
This commit is contained in:
parent
8815e8899e
commit
fe176158ff
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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:
|
||||
|
||||
4
.github/workflows/www.yml
vendored
4
.github/workflows/www.yml
vendored
@ -3,10 +3,10 @@ name: www
|
||||
on:
|
||||
push:
|
||||
branches: [main]
|
||||
paths: [www]
|
||||
paths: [www/**]
|
||||
pull_request:
|
||||
branches: [main]
|
||||
paths: [www]
|
||||
paths: [www/**]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user