Compare commits
4 Commits
main
...
fc73c13740
Author | SHA1 | Date | |
---|---|---|---|
fc73c13740
|
|||
fd8e45fbb8
|
|||
46661162b0
|
|||
d798433de6
|
7
.github/workflows/esp32_build.yml
vendored
7
.github/workflows/esp32_build.yml
vendored
@@ -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
1
.gitignore
vendored
@@ -5,6 +5,7 @@ sdkconfig.old
|
||||
|
||||
# They ignored Idea (Webstorm) completely
|
||||
.idea/
|
||||
.cache/
|
||||
|
||||
# However, they kept the following 4 files version controlled
|
||||
.vscode/*
|
||||
|
Reference in New Issue
Block a user