File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ jobs:
200
200
name : Visual Testing v2 (Cloudflare)
201
201
needs : deploy-v2-cloudflare
202
202
timeout-minutes : 10
203
- if : startsWith(github.head_ref || github.ref_name, 'cloudflare/')
203
+ if : startsWith(github.head_ref || github.ref_name, 'cloudflare/') || github.ref == 'refs/heads/main'
204
204
steps :
205
205
- name : Checkout
206
206
uses : actions/checkout@v4
@@ -263,7 +263,7 @@ jobs:
263
263
name : Visual Testing Customers v2 (Cloudflare)
264
264
needs : deploy-v2-cloudflare
265
265
timeout-minutes : 8
266
- if : startsWith(github.head_ref || github.ref_name, 'cloudflare/')
266
+ if : startsWith(github.head_ref || github.ref_name, 'cloudflare/') || github.ref == 'refs/heads/main'
267
267
steps :
268
268
- name : Checkout
269
269
uses : actions/checkout@v4
Original file line number Diff line number Diff line change 3
3
/~gitbook/static/*
4
4
cache-control: public,max-age=31536000,immutable
5
5
Access-Control-Allow-Origin: *
6
+ /_next/static/*
7
+ Access-Control-Allow-Origin: *
You can’t perform that action at this time.
0 commit comments