Only rebuild when certain files change

This commit is contained in:
CommanderRedYT
2021-12-24 10:20:48 +01:00
parent 6f37344d5a
commit 287bd2bec0
2 changed files with 15 additions and 0 deletions

View File

@ -1,6 +1,13 @@
name: Build
on:
push:
paths:
- 'main/**'
- 'sdkconfig_**'
- 'config_**'
- 'components/**'
- 'CMakeLists.txt'
- '.github/workflows/**'
release:
types:
- created

View File

@ -1,6 +1,14 @@
name: Build
on:
push:
paths:
- 'main/**'
- 'sdkconfig_**'
- 'config_**'
- 'components/**'
- 'CMakeLists.txt'
- '.github/workflows/**'
release:
types:
- created