Skip to content

Commit 4f893b7

Browse files
committed
ignores running test for changes to static content
1 parent 385e9c0 commit 4f893b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ on:
88
paths-ignore:
99
- 'README.md'
1010
- 'CHANGELOG.md'
11+
- 'website/**'
1112
push:
1213
branches: [ master ]
1314
paths-ignore:
1415
- 'README.md'
1516
- 'CHANGELOG.md'
17+
- 'website/**'
1618
# For systems with an upstream API that could drift unexpectedly (like most SaaS systems, etc.),
1719
# we recommend testing at a regular interval not necessarily tied to code changes. This will
1820
# ensure you are alerted to something breaking due to an API change, even if the code did not

0 commit comments

Comments
 (0)