File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,14 @@ permissions:
55
66on :
77 workflow_dispatch :
8+ schedule :
9+ - cron : ' 0 */6 * * *'
810
911jobs :
1012 build :
13+ if : |
14+ github.event_name == 'workflow_dispatch' ||
15+ (github.event_name == 'schedule' && github.ref == 'refs/heads/main')
1116 runs-on : ubuntu-latest
1217
1318 steps :
Original file line number Diff line number Diff line change 11# ⚙️ Bug fixes and Improvements
22
3- - Fixed Warp PRO subscription # 895 .
4- - Updated docs .
3+ - Revised DNS hijack in Xray and sing-box .
4+ - Added scheduled build. The project will be built every 6 hourse to prevent Cloudflare 1101 errors .
Original file line number Diff line number Diff line change 11{
22 "name" : " bpb-panel" ,
3- "version" : " 3.3.7 " ,
3+ "version" : " 3.3.8 " ,
44 "homepage" : " https://github.com/bia-pain-bache/BPB-Worker-Panel" ,
55 "license" : " GPL-3.0" ,
66 "private" : true ,
You can’t perform that action at this time.
0 commit comments