Skip to content

Commit 803e9b8

Browse files
authored
CI: don't run for website/readme updates
1 parent 98932f2 commit 803e9b8

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
name: modapi-launcher-kit
22

3-
on: [push, pull_request]
3+
on:
4+
push:
5+
paths-ignore:
6+
- 'docs/**'
7+
- 'README.md'
8+
pull_request:
9+
paths-ignore:
10+
- 'docs/**'
11+
- 'README.md'
412

513
jobs:
614
build:
@@ -162,4 +170,4 @@ jobs:
162170
Headers = @{Authorization="Bearer $env:CF_PURGECACHE_TOKEN"}
163171
Body = '{"hosts":["update.launcherkit.sporecommunity.com"]}'
164172
}
165-
Invoke-WebRequest @params
173+
Invoke-WebRequest @params

0 commit comments

Comments
 (0)