Skip to content

Commit 098a9c1

Browse files
Scheduled build, Release v3.3.8
1 parent 1412ae5 commit 098a9c1

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ permissions:
55

66
on:
77
workflow_dispatch:
8+
schedule:
9+
- cron: '0 */6 * * *'
810

911
jobs:
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:

RELEASE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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.
140 Bytes
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

0 commit comments

Comments
 (0)