We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88e87b1 commit 0c6502cCopy full SHA for 0c6502c
2 files changed
.github/workflows/J1900_immortal.yml
@@ -22,7 +22,7 @@ on:
22
ssh:
23
description: 'SSH connection to Actions'
24
required: true
25
- default: 'True'
+ default: 'false'
26
schedule:
27
- cron: 0 19 * * *
28
# watch:
.github/workflows/r3g1.yml
@@ -11,6 +11,9 @@
11
name: Build Mi r3g1 OpenWrt
12
13
on:
14
+ push:
15
+ branches:
16
+ - main
17
repository_dispatch:
18
workflow_dispatch:
19
inputs:
@@ -19,7 +22,7 @@ on:
20
default: 'false'
21
- - cron: 0 03 * * *
+ - cron: 0 19 * * *
watch:
types: started
0 commit comments