Skip to content

Commit e840bcb

Browse files
authored
Build yamls weekly (#139)
1 parent 5f5b151 commit e840bcb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
workflow_dispatch:
66
release:
77
types: [published]
8+
schedule:
9+
- cron: '0 0 * * 0'
810

911
concurrency:
1012
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -28,7 +30,7 @@ jobs:
2830
build-minimal-firmware:
2931
name: Build Atom Echo Minimal Firmware
3032
uses: esphome/workflows/.github/workflows/build.yml@2025.4.0
31-
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
33+
if: github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch' || github.event_name == 'schedule'
3234
with:
3335
files: |
3436
m5stack-atom-echo/m5stack-atom-echo.minimal.factory.yaml

0 commit comments

Comments
 (0)