File tree Expand file tree Collapse file tree 2 files changed +5
-27
lines changed Expand file tree Collapse file tree 2 files changed +5
-27
lines changed Original file line number Diff line number Diff line change 7
7
name : Deploy Jekyll site to Pages
8
8
9
9
on :
10
- # Runs on pushes targeting the default branch
10
+ # Runs on pushes targeting the default branch and pull requests
11
11
push :
12
12
branches : ["main"]
13
+ pull_request :
13
14
14
15
# Allows you to run this workflow manually from the Actions tab
15
16
workflow_dispatch :
52
53
# Automatically uploads an artifact from the './_site' directory by default
53
54
uses : actions/upload-pages-artifact@v3
54
55
55
- # Deployment job
56
+ # Deployment job (only if triggered by push to main)
56
57
deploy :
58
+ if : github.event_name == 'push' && github.ref == 'refs/heads/main'
57
59
environment :
58
60
name : github-pages
59
61
url : ${{ steps.deployment.outputs.page_url }}
Original file line number Diff line number Diff line change 45
45
logger
46
46
faraday-net_http (3.4.0 )
47
47
net-http (>= 0.5.0 )
48
- ffi (1.17.1-aarch64-linux-gnu )
49
- ffi (1.17.1-aarch64-linux-musl )
50
- ffi (1.17.1-arm-linux-gnu )
51
- ffi (1.17.1-arm-linux-musl )
52
48
ffi (1.17.1-arm64-darwin )
53
- ffi (1.17.1-x86_64-darwin )
54
49
ffi (1.17.1-x86_64-linux-gnu )
55
- ffi (1.17.1-x86_64-linux-musl )
56
50
forwardable-extended (2.6.0 )
57
51
gemoji (4.1.0 )
58
52
github-pages (232 )
@@ -241,22 +235,10 @@ GEM
241
235
minitest (5.25.4 )
242
236
net-http (0.6.0 )
243
237
uri
244
- nokogiri (1.18.3-aarch64-linux-gnu )
245
- racc (~> 1.4 )
246
- nokogiri (1.18.3-aarch64-linux-musl )
247
- racc (~> 1.4 )
248
- nokogiri (1.18.3-arm-linux-gnu )
249
- racc (~> 1.4 )
250
- nokogiri (1.18.3-arm-linux-musl )
251
- racc (~> 1.4 )
252
238
nokogiri (1.18.3-arm64-darwin )
253
239
racc (~> 1.4 )
254
- nokogiri (1.18.3-x86_64-darwin )
255
- racc (~> 1.4 )
256
240
nokogiri (1.18.3-x86_64-linux-gnu )
257
241
racc (~> 1.4 )
258
- nokogiri (1.18.3-x86_64-linux-musl )
259
- racc (~> 1.4 )
260
242
octokit (4.25.1 )
261
243
faraday (>= 1 , < 3 )
262
244
sawyer (~> 0.9 )
292
274
webrick (1.9.1 )
293
275
294
276
PLATFORMS
295
- aarch64-linux-gnu
296
- aarch64-linux-musl
297
- arm-linux-gnu
298
- arm-linux-musl
299
277
arm64-darwin
300
- x86_64-darwin
301
- x86_64-linux-gnu
302
- x86_64-linux-musl
278
+ x86_64-linux
303
279
304
280
DEPENDENCIES
305
281
github-pages (~> 232 )
You can’t perform that action at this time.
0 commit comments