Skip to content

Commit 1c285fc

Browse files
Merge pull request #6339 from Shopify/skip-tests-on-doc-changes
Skip CI for documentation changes
2 parents 415d367 + 53367b9 commit 1c285fc

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/workflows/shopify-cli.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,15 @@ on:
3535
branches:
3636
- main
3737
- stable/3.*
38+
paths-ignore:
39+
- '**.md'
40+
- 'docs/**'
41+
- 'RELEASE_NOTES/**'
3842
pull_request:
43+
paths-ignore:
44+
- '**.md'
45+
- 'docs/**'
46+
- 'RELEASE_NOTES/**'
3947
merge_group:
4048

4149

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Learn more in the [commands docs](./packages/cli/README.md#commands).
1313

1414
<p>&nbsp;</p>
1515

16-
### Before you begin ###
16+
## Before you begin
1717

1818
Install the latest version of [Node.js](https://nodejs.org/en/download/) and [npm](https://docs.npmjs.com/getting-started) (or another package manager of your choice).
1919

0 commit comments

Comments
 (0)