Skip to content

Commit 88d2e2e

Browse files
authored
Update action.yml
1 parent e672b27 commit 88d2e2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: SEGGER_RTT
55
on:
66
# Runs at 16:00 UTC (BeiJing 00:00) on the 1st of every month
77
schedule:
8-
- cron: '0 1 1 * *'
8+
- cron: '0 1 25 3,9 *'
99
push:
1010
branches:
1111
- main
@@ -174,6 +174,7 @@ jobs:
174174
- uses: actions/checkout@v3
175175
with:
176176
repository: RT-Thread/rt-thread
177+
branches: 'lts-v4.1.x'
177178
- name: Set up Python
178179
uses: actions/setup-python@v3
179180
with:

0 commit comments

Comments
 (0)