|
@ -3,8 +3,11 @@ name: Ahoy Release for ESP8266 |
|
|
on: |
|
|
on: |
|
|
push: |
|
|
push: |
|
|
branches: main |
|
|
branches: main |
|
|
paths-ignore: |
|
|
paths: |
|
|
- '**.md' # Do no build on *.md changes |
|
|
- 'tools/esp8266/**' # build only when changes occur here |
|
|
|
|
|
- '!tools/esp8266/README.md' |
|
|
|
|
|
- '!tools/esp8266/CHANGES.md' |
|
|
|
|
|
- '!tools/esp8266/User_Manual.md' |
|
|
jobs: |
|
|
jobs: |
|
|
build: |
|
|
build: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|