We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98932f2 commit 803e9b8Copy full SHA for 803e9b8
1 file changed
.github/workflows/build.yml
@@ -1,6 +1,14 @@
1
name: modapi-launcher-kit
2
3
-on: [push, pull_request]
+on:
4
+ push:
5
+ paths-ignore:
6
+ - 'docs/**'
7
+ - 'README.md'
8
+ pull_request:
9
10
11
12
13
jobs:
14
build:
@@ -162,4 +170,4 @@ jobs:
162
170
Headers = @{Authorization="Bearer $env:CF_PURGECACHE_TOKEN"}
163
171
Body = '{"hosts":["update.launcherkit.sporecommunity.com"]}'
164
172
}
165
- Invoke-WebRequest @params
173
+ Invoke-WebRequest @params
0 commit comments