Skip to content

Commit 0c6502c

Browse files
committed
r3g1-test
1 parent 88e87b1 commit 0c6502c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/J1900_immortal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
ssh:
2323
description: 'SSH connection to Actions'
2424
required: true
25-
default: 'True'
25+
default: 'false'
2626
schedule:
2727
- cron: 0 19 * * *
2828
# watch:

.github/workflows/r3g1.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
name: Build Mi r3g1 OpenWrt
1212

1313
on:
14+
push:
15+
branches:
16+
- main
1417
repository_dispatch:
1518
workflow_dispatch:
1619
inputs:
@@ -19,7 +22,7 @@ on:
1922
required: true
2023
default: 'false'
2124
schedule:
22-
- cron: 0 03 * * *
25+
- cron: 0 19 * * *
2326
watch:
2427
types: started
2528

0 commit comments

Comments
 (0)