Compare commits

...

4 Commits

Author SHA1 Message Date
fc73c13740 stop last running action
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2024-12-10 21:05:15 +01:00
fd8e45fbb8 some configuration changes
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2024-12-10 21:05:04 +01:00
46661162b0 add weekly build
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2024-12-10 21:04:28 +01:00
d798433de6 enable build on push again
Signed-off-by: Peter Siegmund <developer@mars3142.org>
2024-08-11 23:55:42 +02:00
3 changed files with 8 additions and 0 deletions

View File

@@ -1,8 +1,15 @@
name: Thomas the tank engine - Build the ESP-IDF Project
on:
push:
pull_request:
merge_group:
schedule:
- cron: "0 5 * * 3"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:

1
.gitignore vendored
View File

@@ -5,6 +5,7 @@ sdkconfig.old
# They ignored Idea (Webstorm) completely
.idea/
.cache/
# However, they kept the following 4 files version controlled
.vscode/*