Skip to content

Commit 2fe91bc

Browse files
authored
Scheduled CI/CD for pio workspace
1 parent e39491f commit 2fe91bc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/platformio-ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@ name: PlatformIO CI
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: [main]
76
pull_request:
8-
branches:
9-
- main
7+
branches: [main]
8+
workflow_dispatch:
9+
schedule:
10+
- cron: '0 0,12 * * *' # Runs at 00:00 and 12:00 UTC every day
1011

1112
jobs:
1213
build:

0 commit comments

Comments
 (0)