Skip to content

Commit 3e44e1d

Browse files
authored
Scheduled CI/CD for pio workspace #180
Scheduled CI/CD for pio workspace
2 parents e39491f + 2fe91bc commit 3e44e1d

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)