Skip to content

Commit 659c27f

Browse files
committed
Do not always build everything
1 parent 482eabc commit 659c27f

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ on:
77
push:
88
branches:
99
- "master"
10+
paths-ignore:
11+
- 'website/**'
1012

1113
env:
1214
COMPOSER_ROOT_VERSION: "0.12.x-dev"

.github/workflows/website.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
push:
77
branches:
88
- "master"
9+
paths:
10+
- '.github/**'
11+
- 'website/**'
912

1013
jobs:
1114
typescript-check:

0 commit comments

Comments
 (0)