Only rebuild when certain files change
This commit is contained in:
7
.github/workflows/analysis.yml
vendored
7
.github/workflows/analysis.yml
vendored
@@ -1,6 +1,13 @@
|
|||||||
name: Build
|
name: Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- 'main/**'
|
||||||
|
- 'sdkconfig_**'
|
||||||
|
- 'config_**'
|
||||||
|
- 'components/**'
|
||||||
|
- 'CMakeLists.txt'
|
||||||
|
- '.github/workflows/**'
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- created
|
- created
|
||||||
|
8
.github/workflows/userconfigs.yml
vendored
8
.github/workflows/userconfigs.yml
vendored
@@ -1,6 +1,14 @@
|
|||||||
name: Build
|
name: Build
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
paths:
|
||||||
|
- 'main/**'
|
||||||
|
- 'sdkconfig_**'
|
||||||
|
- 'config_**'
|
||||||
|
- 'components/**'
|
||||||
|
- 'CMakeLists.txt'
|
||||||
|
- '.github/workflows/**'
|
||||||
|
|
||||||
release:
|
release:
|
||||||
types:
|
types:
|
||||||
- created
|
- created
|
||||||
|
Reference in New Issue
Block a user