Skip to content

Commit 555a510

Browse files
authored
ignore changelog when running tests
1 parent e4d0d36 commit 555a510

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
@@ -7,10 +7,12 @@ on:
77
branches: [ master ]
88
paths-ignore:
99
- 'README.md'
10+
- 'CHANGELOG.md'
1011
push:
1112
branches: [ master ]
1213
paths-ignore:
1314
- 'README.md'
15+
- 'CHANGELOG.md'
1416
# For systems with an upstream API that could drift unexpectedly (like most SaaS systems, etc.),
1517
# we recommend testing at a regular interval not necessarily tied to code changes. This will
1618
# ensure you are alerted to something breaking due to an API change, even if the code did not

0 commit comments

Comments
 (0)