mirror of
https://github.com/lumapu/ahoy.git
synced 2025-07-24 11:47:12 +02:00
Update compile_esp8266.yml
This commit is contained in:
parent
7f1c593b42
commit
7ac83fbfea
1 changed files with 5 additions and 1 deletions
6
.github/workflows/compile_esp8266.yml
vendored
6
.github/workflows/compile_esp8266.yml
vendored
|
@ -2,7 +2,11 @@ name: ESP8266
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: !master
|
||||
branches:
|
||||
- '*' # matches every branch that doesn't contain a '/'
|
||||
- '*/*' # matches every branch containing a single '/'
|
||||
- '**' # matches every branch
|
||||
- '!main' # excludes master
|
||||
paths-ignore:
|
||||
- '**.md' # Do no build on *.md changes
|
||||
jobs:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue