Skip to content

Commit f6353ff

Browse files
authored
Update build-openwrt.yml
1 parent 4391942 commit f6353ff

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/build-openwrt.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,10 @@
99
name: Build OpenWrt
1010

1111
on:
12-
# push:
13-
# branches:
14-
# - master
15-
schedule:
16-
- cron: 0 16 * * 6
17-
watch:
18-
types: started
12+
push:
13+
branches:
14+
- master
15+
1916

2017
env:
2118
REPO_TOKEN: ${{ secrets.REPO_TOKEN }}

0 commit comments

Comments
 (0)