Update compile_esp8266.yml

This commit is contained in:
Andreas Schiffler 2022-08-07 19:58:22 +02:00 committed by GitHub
parent 7f1c593b42
commit 7ac83fbfea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,11 @@ name: ESP8266
on: on:
push: 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: paths-ignore:
- '**.md' # Do no build on *.md changes - '**.md' # Do no build on *.md changes
jobs: jobs: